From owner-freebsd-questions@FreeBSD.ORG Tue Sep 9 16:17:51 2003 Return-Path: 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 B7A6216A4BF for ; Tue, 9 Sep 2003 16:17:51 -0700 (PDT) Received: from blacklamb.mykitchentable.net (65-37-69-87.bras01.elk.ca.frontiernet.net [65.37.69.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id D57B343FF5 for ; Tue, 9 Sep 2003 16:17:50 -0700 (PDT) (envelope-from drew@mykitchentable.net) Received: from tagalong (unknown [165.107.42.110]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by blacklamb.mykitchentable.net (Postfix) with ESMTP id 12C723BF490; Tue, 9 Sep 2003 16:17:50 -0700 (PDT) Message-ID: <00e501c37728$96787620$6e2a6ba5@lc.ca.gov> From: "Drew Tomlinson" To: "Wayne Pascoe" , "Damian Gerow" References: <20030909150557.GJ769@sentex.net> <20030909153208.GA21116@marvin.penguinpowered.org> Date: Tue, 9 Sep 2003 16:17:48 -0700 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.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: questions@freebsd.org Subject: Re: Authenticated SMTP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2003 23:17:51 -0000 ----- Original Message ----- From: "Wayne Pascoe" To: "Damian Gerow" Cc: Sent: Tuesday, September 09, 2003 8:32 AM Subject: Re: Authenticated SMTP > On Tue, Sep 09, 2003 at 11:05:57AM -0400, Damian Gerow wrote: > > > When you install the Postfix port, enable SASL or SASL2 authentication > > (though I'd personally stick with SASL2). Then take a read through > > README_FILES/SASL_README, found within the postfix source tree (i.e. > > /usr/ports/mail/postfix/work/postfix-2.0.14/README_FILES/SASL_README). > > Thanks Damian and everyone else. I'm fairly sure with that much info > I'll be able to work it out :) I just wanted to point out a bug in Postfix that caused me all kinds of grief before I found a workaround. I posted a message about this. You can see it at http://lists.freebsd.org/pipermail/freebsd-security/2003-July/000517.html. Other links I used to get things going were: http://postfix.state-of-mind.de/patrick.koetter/smtpauth/smtp_auth_mailclients.html http://ezine.daemonnews.org/200306/postfix-sasl.html http://www.securitysage.com/guides/postfix_sasltls.html HTH, Drew