OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: Adding SASL to existing Postfix installation on FreeBSD

From: Wietse Venema (wietseporcupine.org)
Date: Thu Oct 02 2008 - 07:01:19 CDT


Mark Goodge:
[FreeBSD ports stuff]
> However, when I start Postfix, I get these errors in maillog:
>
> warning: smtpd_sasl_auth_enable is true, but SASL support is not compiled in

Then the FreeBSD ports stuff is broken.

If you look in the Postfix conf/makedefs.out file, you will probably
find that they failed to include a line that says -DUSE_SASL_AUTH.

To work around this, build with Cyrus SASL support even though
you will never use it, and configure Dovecot in main.cf.

        Wietse