From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77134 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap authentication prompts? Date: Tue, 22 Feb 2011 16:09:15 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87ipwbwwl0.fsf@lifelogs.com> References: <87tyfxfedo.fsf@latte.josefsson.org> <85d3mlxmeg.fsf@gmail.com> <87vd0d15gb.fsf@lifelogs.com> <87oc65ysn5.fsf@latte.josefsson.org> <87hbbx2hef.fsf@latte.josefsson.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1298412627 10725 80.91.229.12 (22 Feb 2011 22:10:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 22 Feb 2011 22:10:27 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M25467@lists.math.uh.edu Tue Feb 22 23:10:23 2011 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 1Ps0Qy-0002kY-4u for ding-account@gmane.org; Tue, 22 Feb 2011 23:10:16 +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 1Ps0Qq-0005d1-H7; Tue, 22 Feb 2011 16:10:08 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Ps0Qo-0005ci-TC for ding@lists.math.uh.edu; Tue, 22 Feb 2011 16:10:06 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Ps0Qn-0000Dj-Vm for ding@lists.math.uh.edu; Tue, 22 Feb 2011 16:10:06 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Ps0Qn-0008KW-6i for ding@gnus.org; Tue, 22 Feb 2011 23:10:05 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ps0Qm-0002bx-Bm for ding@gnus.org; Tue, 22 Feb 2011 23:10:04 +0100 Original-Received: from 38.98.147.130 ([38.98.147.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Feb 2011 23:10:04 +0100 Original-Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Feb 2011 23:10:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.130 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" User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:6B/C3R/0CpUpKhE9yGPOk9p9QIk= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77134 Archived-At: On Mon, 21 Feb 2011 22:43:04 +0100 Simon Josefsson wrote: SJ> Simon Josefsson writes: >> I have saved the authinfo once, and it now works every time. My >> ~/.authinfo.gpg contains (decrypted): >> >> machine "localhost" login "jas" password "foo" >> >> which seems bad since it should have said port 1430 as well, though? >> Fortunately I don't have multiple servers on localhost right now, but I >> could have. >> >> I'll try if adding a 'port 1430' will still works. SJ> Nope -- on startup then it runs the hostname/username/port/password SJ> prompt cycle on me (with no possibility to enter 1430 as the port), and SJ> it will add the line above to ~/.authinfo.gpg again. Can you try this with my recent changes? Sorry for the trouble. Thanks Ted