From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/33714 Path: main.gmane.org!not-for-mail From: jas@slipsten.extundo.com Newsgroups: gmane.emacs.gnus.general Subject: Re: smtp authentication (sendmail relay) Date: Sun, 17 Dec 2000 11:51:20 +0100 (CET) Sender: owner-ding@hpc.uh.edu Message-ID: References: <200012170829.eBH8T2Z30966@newsguy.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1035169767 26537 80.91.224.250 (21 Oct 2002 03:09:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:09:27 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 411DFD049D for ; Sun, 17 Dec 2000 05:54:13 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id EAB26120; Sun, 17 Dec 2000 04:54:11 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 17 Dec 2000 04:51:26 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id EAA01489 for ; Sun, 17 Dec 2000 04:51:15 -0600 (CST) Original-Received: from slipsten.extundo.com (slipsten.extundo.com [195.42.214.241]) by mailhost.sclp.com (Postfix) with ESMTP id E944DD049D for ; Sun, 17 Dec 2000 05:51:38 -0500 (EST) Original-Received: from localhost (jas@localhost) by slipsten.extundo.com (8.9.3/8.9.3) with ESMTP id LAA08355; Sun, 17 Dec 2000 11:51:20 +0100 Original-To: Harry Putnam In-Reply-To: <200012170829.eBH8T2Z30966@newsguy.com> Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:33714 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:33714 On Sun, 17 Dec 2000, Harry Putnam wrote: > I have a second smtp.server that I can use. The smtp side of newsguy.com. > I use that pop server routinely. But suddenly find I don't know how to > authenticate my relay to an smtp.server that is not part of the isp I'm dialed > up with. I know how to set /etc/sendmail.cf to relay to that server but not > how to authenticate my outgoing relay to that machine. > > In fact, not really sure where those smtp negotiations get handled. Perhaps you could use modern smtpmail.el which support SMTP authentication (RFC 2554), rather than a local sendmail? If so, customize the `smtpmail' group. Hopefully Emacs will contain smtpmail.el with AUTH support in the future. XEmacs mail-lib in CVS contains it now.