From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/4720 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.user Subject: Re: SMTP-AUTH and STARTTLS Date: Mon, 21 Mar 2005 19:49:16 +0100 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138670634 24600 80.91.229.2 (31 Jan 2006 01:23:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:23:54 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:34:12 2006 Original-Path: quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: my.nada.kth.se Original-X-Trace: quimby.gnus.org 1111430977 14032 130.237.226.234 (21 Mar 2005 18:49:37 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Mon, 21 Mar 2005 18:49:37 +0000 (UTC) OpenPGP: id=B565716F; url=http://josefsson.org/key.txt Blog: http://www.livejournal.com/users/jas4711/ X-Hashcash: 1:21:050321:gnu.emacs.gnus::4L7VNyG5y0qAe9mG:4Ix User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:rog39b7Lhwd1YXKxiyf8yIz7ycg= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:4861 Original-Lines: 32 X-Gnus-Article-Number: 4861 Tue Jan 17 17:34:12 2006 Xref: news.gmane.org gmane.emacs.gnus.user:4720 Archived-At: Charles Collicutt writes: > "Emily Jackson" writes: >> To use TLS you need to have either the starttls command-line tool >> (available from ) or >> gnutls (can be installed via fink [if you use fink]) installed. I have >> the former installed and TLS works for me (at least it did the last time > > I have GnuTLS installed and I just installed starttls-0.9 as well for > good measure. Still no joy though. > > I just tried switching to a different SMTP server and found that Gnus > did not try to authenticate at all. My normal SMTP server is the same > server that I retrieve my mail from so it has an entry in my .authinfo > file, evidently Gnus was only authenticating because of that. > > smtpmail-auth-credentials and smtpmail-starttls-credentials both seem to > be completely ignored. I checked smtpmail.el and I do have a version > that claims to use those variables (as I'd expect, since they are > documented in the Info file.) > > Thank you very much for your help but I still can't work out what is > going wrong. Oh well. Did you load the correct smtpmail.el? I'd guess that you ended up loading some older version of it. Try (load "~/lisp/smtpmail.el") or something, with a specific path.