From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/3004 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.user Subject: Re: SMTP AUTH? Date: Fri, 19 Sep 2003 00:17:06 +0200 Message-ID: References: <87d6dzaurd.fsf@cenderis.demon.co.uk> <87znh14uiz.fsf@cenderis.demon.co.uk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138669240 17264 80.91.229.2 (31 Jan 2006 01:00:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:00:40 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:31:33 2006 Original-Path: quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: h96n1c1o299.bredband.skanova.com Original-X-Trace: quimby.gnus.org 1063923685 3585 217.208.172.96 (18 Sep 2003 22:21:25 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Thu, 18 Sep 2003 22:21:25 +0000 (UTC) User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:E9onpFzrHQE59/5ahmkcooqA73s= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:3145 Original-Lines: 25 X-Gnus-Article-Number: 3145 Tue Jan 17 17:31:33 2006 Xref: news.gmane.org gmane.emacs.gnus.user:3004 Archived-At: Bruce Stephens writes: > Simon Josefsson writes: > >> Bruce Stephens writes: >> >>> What's a good way to use SMTP AUTH with Gnus? >> >> (setq smtpmail-auth-credentials >> '(("HOSTNAME" "PORT" "USERNAME" "PASSWORD"))) >> >> The password field can be nil, to make Gnus query for it each time. >> >>> Similarly, SASL in IMAP, with nnimap? >> >> Happens automatically. If you don't want to enter the password >> manually, add it to ~/.authinfo. > > Sounds too easy! That's what nnimap was trying to do with imtest, > then? Nnimap uses imtest for GSSAPI/Kerberos 5, which isn't implemented in elisp yet, as far as I know. I guess it could be used for other SASL mechanisms too, but since SASL support is built in, I don't see why you would want that.