From owner-freebsd-questions Sun Sep 29 9: 3:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2029037B401 for ; Sun, 29 Sep 2002 09:03:23 -0700 (PDT) Received: from out002.verizon.net (out002pub.verizon.net [206.46.170.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2072E43E42 for ; Sun, 29 Sep 2002 09:03:21 -0700 (PDT) (envelope-from leblanc@keyslapper.org) Received: from keyslapper.org ([68.160.3.80]) by out002.verizon.net (InterMail vM.5.01.05.09 201-253-122-126-109-20020611) with ESMTP id <20020929160320.BCVF2867.out002.verizon.net@keyslapper.org> for ; Sun, 29 Sep 2002 11:03:20 -0500 Message-ID: <3D972440.90003@keyslapper.org> Date: Sun, 29 Sep 2002 12:03:12 -0400 From: Louis LeBlanc Reply-To: freebsd-questions@FreeBSD.org User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3 X-Accept-Language: en-us MIME-Version: 1.0 To: FreeBSD Questions Subject: Somewhat OT - authenticating sendmail to the verizon mail relay Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Authentication-Info: Submitted using SMTP AUTH PLAIN at out002.verizon.net from [68.160.3.80] at Sun, 29 Sep 2002 11:03:19 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hey all. I'm having a strange time getting mail out to the FreeBSD list. It was fine before, until I moved to a DSL connection. So far as I can tell, the only real difference is that my new IP doesn't resolve to anything. Thanks to zoneedit.com, however, my domain does resolve to my IP. Here's what I have in sendmail.cf: OSTYPE(freebsd4) DOMAIN(generic) dnl undefine(`UUCP_RELAY') dnl undefine(`BITNET_RELAY') define(`confBIND_OPTS',`-DNSRCH -DEFNAMES') dnl define(`confTO_IDENT',`0') define(`confTRUSTED_USER', `cyrus') define(`confLOCAL_MAILER', `cyrus') DAEMON_OPTIONS(`M=u') FEATURE(`accept_unresolvable_domains') FEATURE(`accept_unqualified_senders') FEATURE(access_db, `hash -T /etc/mail/access') dnl FEATURE(blacklist_recipients) FEATURE(local_lmtp) FEATURE(relay_based_on_MX) FEATURE(virtusertable, `hash -o /etc/mail/virtusertable') FEATURE(`nocanonify') dnl FEATURE(`always_add_domain') define(`SMART_HOST', `smtp:outgoing.verizon.net') MASQUERADE_AS(outgoing.verizon.net) FEATURE(masquerade_envelope) FEATURE(`authinfo', `hash -o /etc/mail/authinfo') . . . I'm sure it has to do with the fact that Verizon's outgoing mail server requires a username and password to do relaying. I know Sendmail can do this, but I can't understand the sendmail README info on it. I've gotten as far as the `authinfo' FEATURE, but I don't think I'm creating the authinfo correctly. I put the following entry in /etc/mail/authinfo: AuthInfo:outgoing.verizon.net "U:MyUserID" "P:MyPW" and I don't think I'm creating the hash correctly: makemap hash /etc/mail/authinfo but that just hung. Something's bogus somewhere and I can't quite find it. Until I can get this fixed, I'll probably have trouble from time to time with some of the more tightly configured MTAs, because I've commented out the last four lines there (dnl). Unfortunately, I think the FreeBSD list is one of them - so I'm stuck with Netscape for now. Any help is greatly appreciated. TIA Lou -- Louis LeBlanc leblanc@keyslapper.org Fully Funded Hobbyist, KeySlapper Extrordinaire :) http://www.keyslapper.org ԿԬ What the scientists have in their briefcases is terrifying. -- Nikita Khruschev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message