Talk:Postfix and Courier Installation using MySQL
From Debian Wiki
There is a difference in saslauthd, version 2.1.12. In /etc/default/saslauthd there is no option called: "PARAMS". You have to use "OPTIONS". So your /etc/default/saslauthd have to look like this:
# This needs to be uncommented before saslauthd will be run automatically START=yes # You must specify the authentication mechanisms you wish to use. # This defaults to "pam" for PAM support, but may also include # "shadow" or "sasldb", like this: # MECHANISMS="pam shadow" MECHANISMS="pam" OPTIONS="-c -m /var/spool/postfix/var/run/saslauthd -r"
-- dream3r