I have always the same problem with that.I don't understand why sasl don't comunicate with postfix :/

----- Original Message ----- From: "Paul Schmehl" <[EMAIL PROTECTED]>
To: "cell" <[EMAIL PROTECTED]>
Cc: <freebsd-questions@freebsd.org>
Sent: Friday, August 05, 2005 5:31 PM
Subject: Re: Problem with SASL2 and postfix on freebsd


--On Friday, August 05, 2005 17:25:42 +0200 cell <[EMAIL PROTECTED]> 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 ([EMAIL PROTECTED])
Adjunct Information Security Officer
University of Texas at Dallas
AVIEN Founding Member
http://www.utdallas.edu/ir/security/
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to