all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stephen Berman <Stephen.Berman@gmx.net>
To: help-gnu-emacs@gnu.org
Subject: Re: SMTP library problem
Date: Fri, 07 Mar 2008 15:26:07 +0100	[thread overview]
Message-ID: <87r6emtxts.fsf@escher.local.home> (raw)
In-Reply-To: kzve40hzjw.fsf@kafka.physik3.gwdg.de

On Thu, 06 Mar 2008 12:17:23 +0100 David <de_bb@arcor.de> wrote:

> Stephen Berman <Stephen.Berman@gmx.net> writes:
>> Telnetting to port 25 just times out as above with no port.  I also
>> tried swaks:
>>
>> $ swaks -s mail.myprovider.com
>
> If it is indeed ssmtp you would have to call swaks with
>
> swaks --auth --tls-on-connect -p 465 -s mail.myprovider.com

Ah, thanks.  That works.

>> Again, I can send and receive mail via this server using KMail, which I
>> set up simply by providing the server's FQDN and my user name (KMail
>> figured out the port and authorization method and prompts for my
>> password).  So I expected (and still hope) there's some way to access it
>> with Gnus.
>
> If the above swaks command works, you can use an external tool like
> stunnel to set up the SSL connection. If you have root on the machine,
> you can use stunnel like this
>
> stunnel -f -c -d localhost:2000 -r mail.myprovider.com:465
>
> You should then be able to send mails through your localhost on port
> 2000. Note that the '-f' option lets stunnel run in the foreground for
> testing purposes. If it works, you can omit this option and let stunnel
> run as daemon.

I don't have root access to the machine that hosts the mail server, or
do you mean the machine I use to send mail via the server?  If the
latter, how would I make Gnus aware of the tunnel?

I instrumented smtpmail.el for Edebug and stepped through the code as I
tried to send a mail.  The "freeze" occurred in smtpmail-read-response
at the call to accept-process-output, which is from the Emacs C code.  I
assume this means gnutls is not providing the server what it needs, so
it just waits until it hits the timeout, but I don't know how to proceed
to find out what is going wrong.

Steve Berman





  reply	other threads:[~2008-03-07 14:26 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-04 18:09 SMTP library problem James Long
2008-03-05 11:11 ` Stephen Berman
2008-03-05 12:54   ` David
2008-03-05 19:41     ` Stephen Berman
2008-03-05 23:03       ` David
2008-03-06  0:13         ` Stephen Berman
2008-03-06 11:17           ` David
2008-03-07 14:26             ` Stephen Berman [this message]
2008-03-07 15:03               ` David
2008-03-07 22:03                 ` Stephen Berman
2008-03-08 14:47                   ` David
2008-03-08 23:29                     ` Stephen Berman
2008-03-09 12:15                       ` David
2008-03-09 15:35                         ` Stephen Berman
     [not found]                   ` <mailman.8558.1204987691.18990.help-gnu-emacs@gnu.org>
2008-03-09 17:26                     ` Richard G Riley
2008-03-12 20:22                       ` SMTP library problem [RESOLVED] Stephen Berman
     [not found] <mailman.8306.1204670276.18990.help-gnu-emacs@gnu.org>
2008-03-05  6:42 ` SMTP library problem Volkan YAZICI

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r6emtxts.fsf@escher.local.home \
    --to=stephen.berman@gmx.net \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.