From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/28563 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Admin IMAP groups from different account Date: 04 Jan 2000 18:26:20 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035165387 30505 80.91.224.250 (21 Oct 2002 01:56:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:56:27 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id 7ABBDD051E for ; Tue, 4 Jan 2000 12:28:59 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAB13131; Tue, 4 Jan 2000 11:28:34 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 04 Jan 2000 11:28:32 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id LAA27956 for ; Tue, 4 Jan 2000 11:28:20 -0600 (CST) Original-Received: from badis.pdc.kth.se (badis.pdc.kth.se [130.237.221.45]) by mailhost.sclp.com (Postfix) with ESMTP id 92408D051E for ; Tue, 4 Jan 2000 12:26:40 -0500 (EST) Original-Received: (from jas@localhost) by badis.pdc.kth.se (8.9.3/8.9.3) id SAA13309; Tue, 4 Jan 2000 18:26:21 +0100 X-Authentication-Warning: badis.pdc.kth.se: jas set sender to jas@pdc.kth.se using -f Original-To: Steve Harris In-Reply-To: Steve Harris's message of "04 Jan 2000 08:45:57 -0800" Original-Lines: 21 User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.5 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:28563 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:28563 Steve Harris writes: > > Added an entry in ~/.authinfo for the new server, specifying the > > admin account and password. So far, so good. > > Does nnimap still read ~/.authinfo for passwords? Yes. > It used to work for me until I upgraded to Gnus v5.8.2, using > 'mail-sources' to set up my IMAP source. At first, I tried to leave > off the ':password' argument since it's specified in ~/.authinfo. Gnus > could not log in to the IMAP server. Finally I gave up, put the > ':password' argument in, and separated the mail-sources stuff into a > separate file so I could lock down the permissions on it. I never > found a change in the documentation to suggest that this wouldn't work > any longer. The IMAP mail-source (!= nnimap) has never supported .authinfo. Supporting the mail-source credential cache is on the todo-list, but it doesn't fetch passwords from .authinfo AFAIK.