From owner-freebsd-questions@FreeBSD.ORG Sun Nov 12 05:42:59 2006 Return-Path: X-Original-To: questions@freebsd.org 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 C21EF16A417 for ; Sun, 12 Nov 2006 05:42:59 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.web-strider.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69EE443D7E for ; Sun, 12 Nov 2006 05:42:56 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from coolf89ea26645 (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id kAC5ggx91129; Sat, 11 Nov 2006 21:42:43 -0800 (PST) (envelope-from tedm@toybox.placo.com) Message-ID: <000801c7061d$4b79a4f0$3c01a8c0@coolf89ea26645> From: "Ted Mittelstaedt" To: "Giorgos Keramidas" , "Tom Grove" References: <45533797.1030203@voidmain.net> <20061110224203.GB54959@kobe.laptop> Date: Sat, 11 Nov 2006 21:42:07 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 Cc: questions@freebsd.org Subject: Re: Sendmail Smarthost Auth X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Nov 2006 05:42:59 -0000 Well Giorgos, For starters the advice in that section is wrong for 2 reasons: pwcheck_method: passwd does not work on sasl2 and FreeBSD 6.X You don't want to use sasl1 for many reasons, you want to use sasl2 define(`confDEF_AUTH_INFO', `/etc/mail/auth-info')dnl is deprecated. Fortunately the section has the link for the Sendmail auth which has better directions. Note: "... Notice: the default 8.12 configuration file causes the option DefaultAuthInfo to fail since the ruleset authinfo is in the .cf file. If you really want to use DefaultAuthInfo (it is deprecated) then you have to remove the ruleset. DaemonPortOptions (DAEMON_OPTIONS()) has now suboptions (called modifiers), one of which is `a'. This tells the daemon to require authentication for all connections to it. ..." I think it's been a while since you used that section to setup SMTP AUTH. Note also the poster wants to know how to make his Sendmail auth into another mailer, he doesen't want to setup his own system to accept auth connections. Ted ----- Original Message ----- From: "Giorgos Keramidas" To: "Tom Grove" Cc: Sent: Friday, November 10, 2006 2:42 PM Subject: Re: Sendmail Smarthost Auth > On 2006-11-09 09:13, Tom Grove wrote: > > I just got a new Internet connection through Verizon and need > > to be able to use a smarthost to send mail. All servers that I > > can use required SMTP auth and I need to figure out a way to > > have Sendmail authenticate with the smarthost. Is this > > possible and could someone lead me in the right direction? > > You can start with: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/smtp-auth.html > > If this isn't enough, or you still have questions about the way > to set up SMTP Authentication with Sendmail on FreeBSD, let me > know. I'll try to answer your questions *and* update the section > with whatever is not as clear as we would like it to be. > > - Giorgos > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >