Compiling 3.0.1 with Cyrus SASL support not working
I managed to fix this on my own; please disregard. Thank you.
Compiling 3.0.1 with Cyrus SASL support not working
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"