Date: Fri, 05 Aug 2005 10:31:11 -0500 From: Paul Schmehl <pauls@utdallas.edu> To: cell <bettan@nerim.net> Cc: freebsd-questions@freebsd.org Subject: Re: Problem with SASL2 and postfix on freebsd Message-ID: <0063380C63583AACFD773703@utd59514.utdallas.edu> In-Reply-To: <01f401c599d1$f1caedf0$0301a8c0@danielle> References: <00d001c599a3$3ca03b20$0301a8c0@danielle> <FB0131F2BBC03A3F7AF23936@utd59514.utdallas.edu> <01f401c599d1$f1caedf0$0301a8c0@danielle>
next in thread | previous in thread | raw e-mail | index | archive | help
--On Friday, August 05, 2005 17:25:42 +0200 cell <bettan@nerim.net> wrote: > In master.cf i have that : > ># ># Postfix master process configuration file. For details on the format ># of the file, see the Postfix master(5) manual page. ># ># ======================================================================== ># == service type private unpriv chroot wakeup maxproc command + args ># (yes) (yes) (yes) (never) (100) ># ======================================================================== ># == > smtp inet n - n - - smtpd > -o content_filter=spamassassin ># submission inet n - n - - smtpd ># -o smtpd_etrn_restrictions=reject ># -o smtpd_client_restrictions=permit_sasl_authenticated,reject ># smtps inet n - n - - smtpd ># -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes ># submission inet n - n - - smtpd It's commented out. Try this: smtp inet n - n - - smtpd -o content_filter=spamassassin -o smtpd_sasl_auth_enable=yes Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer University of Texas at Dallas AVIEN Founding Member http://www.utdallas.edu/ir/security/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0063380C63583AACFD773703>