Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* SMTP over SSL
@ 2010-09-06 12:18 Jarmo Hurri
  2010-09-06 12:42 ` Jarmo Hurri
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jarmo Hurri @ 2010-09-06 12:18 UTC (permalink / raw)
  To: info-gnus-english


I've played with this for quite a while, and I don't know how to fix it.

My ISP provides SMTP over SSL on the SMTP server smtp.welho.com on port
465. I know this, because running

openssl s_client -crlf -connect smtp.welho.com:465

gives me a lot of TLS/SSL info and then an SMTP prompt. No username or
password is needed to get the prompt. After I get the prompt, I can
issue SMTP commands just fine. So the SMTP connection over SSL works
perfectly.

However, I have had a lousy time trying to utilize this secure
connection with Gnus. When trying to send email with Gnus, the
connection just hangs, no SMTP prompt or output after the following
message:

Opening STARTTLS connection to smtp.welho.com:465: done.

When I change the port to the default (insecure) 25, everything works
fine. Here is my setup from .gnus.

----------------------------------------------------------------------
(require 'starttls)
(setq smtpmail-debug-info t)
(setq starttls-use-gnutls t)
(setq smtpmail-smtp-service 465)
(setq smtpmail-starttls-credentials '(("smtp.welho.com" 465 nil nil)))
(setq send-mail-function 'smtpmail-send-it)
(setq message-send-mail-function 'smtpmail-send-it)
(setq smtpmail-smtp-server "smtp.welho.com")
----------------------------------------------------------------------

Help would be much appreciated. I am running No Gnus v0.11 on Fedora 13.

-- 
Jarmo Hurri

Remove all garbage from header email address when replying, or just
use firstname.lastname@edu.hel.fi .

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-09-27  5:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-06 12:18 SMTP over SSL Jarmo Hurri
2010-09-06 12:42 ` Jarmo Hurri
2010-09-06 12:42 ` Gijs Hillenius
2010-09-06 13:15   ` Jarmo Hurri
     [not found] ` <87aanuq4xz.fsf@topper.koldfront.dk>
2010-09-21 16:29   ` Jarmo Hurri
     [not found]     ` <87vd5z2gd3.fsf@topper.koldfront.dk>
2010-09-27  5:41       ` Jarmo Hurri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).