[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SMTP-AUTH and STARTTLS
From: |
Charles Collicutt |
Subject: |
SMTP-AUTH and STARTTLS |
Date: |
Sun, 13 Feb 2005 01:42:29 +0000 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) |
Hi,
I am currently trying to configure Gnus to authenticate to my SMTP
server so that I can use the same server regardless of where I happen to
be at the time. I am using Gnus v5.11 from the Emacs CVS (mostly because
I'm using Mac OS X and the CVS seems to be the only place to get a
decent version of Emacs for OS X.) I'm sending my mail with smtpmail.el
but I have a couple of problems.
Despite the fact that my SMTP server advertises CRAM-MD5, smtpmail
always authenticates with LOGIN. This wouldn't be so bad if it used TLS
but it refuses to do that either, so it sends my password in plaintext,
which is not good.
I have the following in my .gnus:
(setq message-send-mail-function 'smtpmail-send-it
smtpmail-smtp-server "smtp.mydomain.net"
smtpmail-auth-credentials
'(("smtp.mydomain.net" 25 "myusername" "mypassword"))
smtp-starttls-credentials
'(("smtp.mydomain.net" 25 nil nil)))
Could anybody help me to see where I've gone wrong?
Thank you very much.
--
Charles Collicutt
pgpJXKINukIrU.pgp
Description: PGP signature
- SMTP-AUTH and STARTTLS,
Charles Collicutt <=