From owner-freebsd-questions@FreeBSD.ORG Tue Sep 9 08:06:08 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 2080D16A4BF for ; Tue, 9 Sep 2003 08:06:08 -0700 (PDT) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D72643FAF for ; Tue, 9 Sep 2003 08:06:06 -0700 (PDT) (envelope-from damian@sentex.net) Received: from pegmatite.sentex.ca (pegmatite.sentex.ca [192.168.42.92]) by lava.sentex.ca (8.12.9/8.12.8) with ESMTP id h89F65Ck042497; Tue, 9 Sep 2003 11:06:05 -0400 (EDT) (envelope-from damian@sentex.net) Received: by pegmatite.sentex.ca (Postfix, from userid 1001) id 71B9817126; Tue, 9 Sep 2003 11:05:57 -0400 (EDT) Date: Tue, 9 Sep 2003 11:05:57 -0400 From: Damian Gerow To: Wayne Pascoe Message-ID: <20030909150557.GJ769@sentex.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-GPG-Key-Id: 0xB841F142 X-GPG-Fingerprint: C7C1 E1D1 EC06 7C86 AF7C 57E6 173D 9CF6 B841 F142 X-Habeas-SWE-1: winter into spring X-Habeas-SWE-2: brightly anticipated X-Habeas-SWE-3: like Habeas SWE (tm) X-Habeas-SWE-4: Copyright 2002 Habeas (tm) X-Habeas-SWE-5: Sender Warranted Email (SWE) (tm). The sender of this X-Habeas-SWE-6: email in exchange for a license for this Habeas X-Habeas-SWE-7: warrant mark warrants that this is a Habeas Compliant X-Habeas-SWE-8: Message (HCM) and not spam. Please report use of this X-Habeas-SWE-9: mark in spam to . User-Agent: Mutt/1.5.4i X-Virus-Scanned: By Sentex Communications (lava/20020517) 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 15:06:08 -0000 Thus spake Wayne Pascoe (freebsd-questions@penguinpowered.org) [09/09/03 10:48]: > Can anyone point me to a document that explains what pop servers might > be suitable for this task and how to go about setting up this > authentication ? 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).