From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80969 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: smtpmail authentication again Date: Thu, 26 Jan 2012 16:44:30 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <877h0e5bjl.fsf@lifelogs.com> References: <87d3awtgda.fsf@lifelogs.com> <878vlktfy6.fsf@lifelogs.com> <87ipkos051.fsf@lifelogs.com> <87zkdaffyl.fsf@gnus.org> Reply-To: ding@gnus.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1327614935 10798 80.91.229.12 (26 Jan 2012 21:55:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 26 Jan 2012 21:55:35 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M29251@lists.math.uh.edu Thu Jan 26 22:55:32 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 1RqXI3-0000AP-Mx for ding-account@gmane.org; Thu, 26 Jan 2012 22:55:32 +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 1RqXHq-00076P-KO; Thu, 26 Jan 2012 15:55:18 -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 1RqXHp-00076I-Lk for ding@lists.math.uh.edu; Thu, 26 Jan 2012 15:55:17 -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 1RqXHl-0002nV-EL for ding@lists.math.uh.edu; Thu, 26 Jan 2012 15:55:17 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1RqXHj-00012k-T0 for ding@gnus.org; Thu, 26 Jan 2012 22:55:11 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RqXHi-0008Rv-WF for ding@gnus.org; Thu, 26 Jan 2012 22:55:11 +0100 Original-Received: from 38.98.147.133 ([38.98.147.133]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Jan 2012 22:55:10 +0100 Original-Received: from tzz by 38.98.147.133 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Jan 2012 22:55:10 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 17 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.133 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 User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.92 (gnu/linux) Cancel-Lock: sha1:U4Ev+C45iPBISr2xrNIXzUWzP2I= X-Spam-Score: -3.7 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:80969 Archived-At: On Thu, 26 Jan 2012 19:58:58 +0100 Lars Ingebrigtsen wrote: LI> Ted Zlatanov writes: >> I think we're agreeing. But why make it complicated? I'd like to keep >> as much as possible of the connectivity parameters encapsulated by >> auth-source, if that's OK with you. What can't be done with authinfo >> lines like the above and a single "smtp-server-name" nickname >> group/topic parameter? LI> I think I'd prefer for the config to be explicit, and not depend on LI> what's in the authinfo file, which may or may not be for similar, but LI> different services. Maybe we can have it both ways? If it's 'auth-source then it uses that library to get the parameters? Ted