From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/13688 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.user Subject: Re: passing AUTHINFO {USER|PASS} to a foreign server Date: Tue, 23 Feb 2010 13:15:53 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87k4u3zrti.fsf@lifelogs.com> References: <86zl30kq0k.fsf@aiuole.stru.polimi.it> <86pr3wynh2.fsf@aiuole.stru.polimi.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1266954035 15119 80.91.229.12 (23 Feb 2010 19:40:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 23 Feb 2010 19:40:35 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Tue Feb 23 20:40:31 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 1Nk0cP-0002Mu-OE for gegu-info-gnus-english@m.gmane.org; Tue, 23 Feb 2010 20:40:30 +0100 Original-Received: from localhost ([127.0.0.1]:33778 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nk0cP-0002fe-4P for gegu-info-gnus-english@m.gmane.org; Tue, 23 Feb 2010 14:40:29 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!goblin1!goblin.stu.neva.ru!news.albasani.net!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 21 Original-X-Trace: news.albasani.net Zny1H62gAgv/v1gQBPqVImLCGggbiAWwBVodUWjbOMCXtMSPeXY2w5CsRm7lTKXRKs4SyqgIAIzkpFDsq9VkgHRSO5IR8dJ9BOkRrwCyBds8icN0uob3M1Qojzs1LTWU Original-X-Complaints-To: abuse@albasani.net Original-NNTP-Posting-Date: Tue, 23 Feb 2010 19:15:53 +0000 (UTC) X-User-ID: wC3wcbCMNWG7pitIthk600UjkGS0w7Lgni4LwhQpHzI= 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" Cancel-Lock: sha1:3FPB4JHs77qisYeRzd4HU++0viQ= sha1:efAVxDbC5yF9gd6IV1RiEd7seyk= User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.91 (gnu/linux) X-NNTP-Posting-Host: NVI96wdved/tJYqDzCs4XV2wyUBHGpqHWVN4t6iw9dg= Original-Xref: news.stanford.edu gnu.emacs.gnus:84071 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:13688 Archived-At: On Tue, 23 Feb 2010 16:35:05 +0100 Giacomo Boffi wrote: GB> Giacomo Boffi writes: >> i have a user id and a password to connect to a nntp server >> [...] >> >> following instructions in info file i created a ~/.authinfo file, >> following FAQ i put (add-hook 'nntp-server-opened-hook >> 'nntp-send-authinfo) in my ~/.gnus >> >> i create the foreign group, but i cannot access it GB> gnus changed his mind, and noe everything is fine, except that it asks GB> me the user name when connecting to my primary server, name that is GB> not necessary... anyhow, both server works and the inconvenience is GB> very minor Hmm, is the add-hook necessary? I don't have it and NNTP auth works for me. Ted