From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/9877 Path: news.gmane.org!not-for-mail From: Richard G Riley Newsgroups: gmane.emacs.gnus.user Subject: Re: msmtp and multiple smtp servers Date: Fri, 09 Nov 2007 01:25:22 +0100 Message-ID: <5phnnjFrh2fcU1@mid.uni-berlin.de> References: <5phh1oFrfp8hU1@mid.uni-berlin.de> <87fxzge45g.fsf@gnu.org> <5phjikFr9vkuU1@mid.uni-berlin.de> <87bqa4e208.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1194568854 30545 80.91.229.12 (9 Nov 2007 00:40:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 9 Nov 2007 00:40:54 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Fri Nov 09 01:40:57 2007 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.50) id 1IqHva-0008Gw-AH for gegu-info-gnus-english@m.gmane.org; Fri, 09 Nov 2007 01:40:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IqHvO-0005Ds-Fu for gegu-info-gnus-english@m.gmane.org; Thu, 08 Nov 2007 19:40:42 -0500 Original-Path: shelby.stanford.edu!headwall.stanford.edu!fu-berlin.de!uni-berlin.de!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 30 Original-X-Trace: news.uni-berlin.de xVOVji9AlAnhoL9p1wOF8ASi1y50NKVgiUNA0+2p67L715iCk= User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50.6 (gnu/linux) Original-Xref: shelby.stanford.edu gnu.emacs.gnus:80089 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:9877 Archived-At: Exal de Jesus Garcia Carrillo writes: > Richard G. Riley em gnu.emacs.gnus escreveu : > >> Exal de Jesus Garcia Carrillo writes: >> >>> Richard G. Riley em gnu.emacs.gnus escreveu : >>> >>> >>>> I have moved to try to use msmtp because it allows configurations to be >>>> stored in .msmtprc which is easier to hide from prying eyes than a >>>> separate .el file. >>> >>> With smtpmail.el you could also store sensitive information in a >>> separated file. >> >> Could you explain how? I don't like requir'ing another .el file with >> different permissions. I prefer a resource file such as .authinfo or >> .msmtprc > > > > (setq smtpmail-auth-credentials "~/.authinfo") This doesn't work with multiple accounts on the same machine from what I can gather and is useless if you use a function like fs-change-smtp (google) which sets smtpmail-auth-credentials based on the from field.