From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29357 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: .authinfo and mail sources Date: 03 Mar 2000 14:27:45 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87k8jka1rd.fsf@isil.localdomain> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035166042 2314 80.91.224.250 (21 Oct 2002 02:07:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:07:22 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by mailhost.sclp.com (Postfix) with ESMTP id 1C465D051E for ; Fri, 3 Mar 2000 08:29:32 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id HAC02120; Fri, 3 Mar 2000 07:29:20 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 03 Mar 2000 07:27:56 -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 HAA28414 for ; Fri, 3 Mar 2000 07:27:46 -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 110E0D051E for ; Fri, 3 Mar 2000 08:27:55 -0500 (EST) Original-Received: (from jas@localhost) by badis.pdc.kth.se (8.9.3/8.9.3) id OAA31437; Fri, 3 Mar 2000 14:27:46 +0100 Original-To: John Prevost In-Reply-To: John Prevost's message of "03 Mar 2000 03:36:38 -0500" Original-Lines: 16 User-Agent: Gnus/5.0804 (Gnus v5.8.4) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29357 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29357 John Prevost writes: > Is there any reason mail sources don't seem to use .authinfo, or is > this just an oversight? The .netrc format only support one protocol, the original being ftp and it's nntp in .authinfo. So if the same machine ran nntp/pop/imap services, there is no obvious way of specifying different passwords. Perhaps we could further enhance the syntax of netrc files in .authinfo, perhaps add a keyword `port' to specify which port we're talking about? As one couldn't run multiple services on a single port, that might work. Are there any other standardized password credential file formats around?