Hello. I'm usign Centos5 and i compile normally postfix with SASL without problem (works fine) with this: make makefiles CCARGS="-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl" AUXLIBS="-L/usr/lib -lsasl2"
Now i'm trying to compile sasl (for smtp-auth) and TLS. I'm using this: make makefiles CCARGS="-DUSE_SASL_AUTH -I/usr/include/sasl -DHAS_SSL -I/usr/include/openssl" AUXLIBS="-L/usr/lib -R/usr/lib -lsasl2 -lssl -lcrypto" when i try to send some message i have this error: postfix/master[23959]: daemon started -- version 2.5.6, configuration /etc/postfix postfix/smtpd[23962]: warning: unsupported SASL server implementation: cyrus postfix/smtpd[23962]: fatal: SASL per-process initialization failed postfix/master[23959]: warning: process /usr/libexec/postfix/smtpd pid 23962 exit status 1 postfix/master[23959]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Some idea to solve this? Thanks, Stacker
