From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81000 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: smtpmail authentication again Date: Fri, 27 Jan 2012 13:17:58 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87zkd92bvd.fsf@lifelogs.com> References: <87d3awtgda.fsf@lifelogs.com> <878vlktfy6.fsf@lifelogs.com> <87ipkos051.fsf@lifelogs.com> <87zkdaffyl.fsf@gnus.org> <877h0e5bjl.fsf@lifelogs.com> <87obtpc9h1.fsf@gnus.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1327688346 7107 80.91.229.12 (27 Jan 2012 18:19:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 27 Jan 2012 18:19:06 +0000 (UTC) To: Original-X-From: ding-owner+M29282@lists.math.uh.edu Fri Jan 27 19:19:02 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RqqO6-0007ui-3U for ding-account@gmane.org; Fri, 27 Jan 2012 19:19:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1RqqNm-0004r4-Em; Fri, 27 Jan 2012 12:18:42 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1RqqNk-0004qs-Q7 for ding@lists.math.uh.edu; Fri, 27 Jan 2012 12:18:40 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1RqqNg-00078a-Ev for ding@lists.math.uh.edu; Fri, 27 Jan 2012 12:18:40 -0600 Original-Received: from cer-mailmxol2.jumptrading.com ([208.78.214.25]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1RqqNe-00057C-O0 for ding@gnus.org; Fri, 27 Jan 2012 19:18:34 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApwEANTdIk/AqF0N/2dsb2JhbABDr1aBcgEBBYEJCw0UDQIWDwEESRPAMYk1EAEIAQYEAwMEHwMDgmUdDoEFPAITBAIHgxMEiD+SVIxz Original-Received: from unknown (HELO chiexchange02.w2k.jumptrading.com) ([192.168.93.13]) by cer-mailmxol2.jumptrading.com with ESMTP; 27 Jan 2012 18:19:54 +0000 Original-Received: from internalsmtp.w2k.jumptrading.com (10.2.4.29) by chiexchange02.w2k.jumptrading.com (10.2.4.71) with Microsoft SMTP Server id 8.2.176.0; Fri, 27 Jan 2012 12:18:28 -0600 Original-Received: from tzlatanov-ubuntu-desktop.jumptrading.com ([10.2.27.110]) by internalsmtp.w2k.jumptrading.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 27 Jan 2012 12:18:28 -0600 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never Gmane-Reply-To-List: yes In-Reply-To: <87obtpc9h1.fsf@gnus.org> (Lars Ingebrigtsen's message of "Fri, 27 Jan 2012 18:59:38 +0100") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.92 (gnu/linux) X-OriginalArrivalTime: 27 Jan 2012 18:18:28.0068 (UTC) FILETIME=[10FE1240:01CCDD20] X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81000 Archived-At: On Fri, 27 Jan 2012 18:59:38 +0100 Lars Ingebrigtsen wrote: LI> Ted Zlatanov writes: >> Maybe we can have it both ways? If it's 'auth-source then it uses that >> library to get the parameters? LI> Thinking about it a bit more, I think you're right that we could get LI> parameters from auth-source without it being too confusing. If, for LI> instance, we have some multi-smtp setup that would, say, send all LI> replies to messages you get from Gmail to smtp.gmail.com, then LI> multi-smtp could just query auth-source for the port (and user name and LI> password, of course). LI> If the user has several smtp.gmail.com entries, then the user will have LI> to specify further in the multi-smtp setup what user name to use, for LI> instance. OK. Do you want to put together a spec for how it would work? Ted