I read the README_SASL document. I'm on CentOS 5.x using Cyrus SASL
2.1.22, attempting to get Postfix 3.0.1 to compile in SASL support
correctly, using the following flags:
# make makefiles CCARGS="-DUSE_SASL_AUTH -DUSE_CYRUS_SASL
-I/usr/include/sasl" AUXLIBS="-L/usr/lib/sasl -lsasl2"
(make tidy was done first)
I get messages like this in the maillog from Postfix:
warning: smtpd_sasl_auth_enable is true, but SASL support in not
compiled in
I have other applications that use the installed libs with no trouble,
including Cyrus IMAPD.
I don't understand what's wrong and why this is not compiling in correctly.
Thanks.