From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/14365 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.user Subject: Re: Multiple sources and accounts with GNUS Date: Wed, 22 Dec 2010 13:21:37 +0100 Message-ID: <87ei9ayp4e.fsf@member.fsf.org> References: <20101221201421.bc2b1b75.wavexx@users.sf.net> <87ei9aaou6.fsf@member.fsf.org> <20101222122502.572111db.wavexx@users.sf.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1293020581 20396 80.91.229.12 (22 Dec 2010 12:23:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 22 Dec 2010 12:23:01 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Wed Dec 22 13:22:56 2010 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PVNiZ-0007nB-6Y for gegu-info-gnus-english@m.gmane.org; Wed, 22 Dec 2010 13:22:55 +0100 Original-Received: from localhost ([127.0.0.1]:35276 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PVNiY-0008RO-Lq for gegu-info-gnus-english@m.gmane.org; Wed, 22 Dec 2010 07:22:54 -0500 Original-Received: from [140.186.70.92] (port=36878 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PVNhy-0008FU-Iq for info-gnus-english@gnu.org; Wed, 22 Dec 2010 07:22:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PVNhX-0001e8-KD for info-gnus-english@gnu.org; Wed, 22 Dec 2010 07:22:18 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:55182) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PVNhX-0001dc-DM for info-gnus-english@gnu.org; Wed, 22 Dec 2010 07:21:51 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PVNhV-0007DQ-JB for info-gnus-english@gnu.org; Wed, 22 Dec 2010 13:21:49 +0100 Original-Received: from tsdh.uni-koblenz.de ([141.26.67.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Dec 2010 13:21:49 +0100 Original-Received: from tassilo by tsdh.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Dec 2010 13:21:49 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 46 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: tsdh.uni-koblenz.de User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:zdFSgXhSpw5XFJNXLC6aGZBao/4= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:14365 Archived-At: Yuri D'Elia writes: Hi Yuri, >> > msmtp is a nice solution, but I don't really want to store the >> > password on disk (typing at every message is not a nice solution >> > either). >> >> You can save it encrypted in ~/.authinfo.gpg. > > Just to clarify, my understanding is that msmtp wouldn't read an > encrypted authinfo file. Ah, sorry. I didn't realize that you want to use msmtp. I use plain `smtpmail-send-it', and that uses auth-sources.el to get the user/password from ~/.authinfo.gpg. >> Looking at the trace buffer of my last SMTP session, that uses >> STARTTLS, too. I have the credentials for the server in >> ~/.authinfo.gpg and didn't setup anything special about how to use >> STARTTLS... > > In my case, LOGIN is only advertised after STARTTLS, maybe that makes > some difference? Hm, dunno. I have to admit, that I don't really have a clue about the SMTP protocol an STARTTLS, but that's a snippet from my SMTP trace buffer. --8<---------------cut here---------------start------------->8--- 220 deliver.uni-koblenz.de ESMTP Postfix EHLO thinkpad 250-deliver.uni-koblenz.de 250-PIPELINING 250-SIZE 70000000 250-VRFY 250-ETRN 250-STARTTLS 250-AUTH PLAIN LOGIN 250 8BITMIME AUTH PLAIN SOMEHEXHASHCODE 235 Authentication successful --8<---------------cut here---------------end--------------->8--- Bye, Tassilo