i...@itrezero.it: > QUESTION: > > Why postfix tell me that SASL is "not compiled in"?
You did not compile Postfix with SASL support (the CCARGS variable did not contain "-DUSE_SASL_AUTH"). http://www.postfix.org/SASL_README/html Wietse Source-code fragment: if (var_smtpd_sasl_enable) #ifdef USE_SASL_AUTH ... #else msg_warn("%s is true, but SASL support is not compiled in", VAR_SMTPD_SASL_ENABLE); #endif