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