main.cf:
Код: Выделить всё
smtpd_sasl_auth_enable = yes
Код: Выделить всё
log_level: 4
pwcheck_method: saslauthd
mech_list: CRAM-MD5 DIGEST-MD5 PLAIN LOGIN
# ls -l | grep sasl
lrwxr-xr-x 1 root wheel 21 29 ноя 15:43 sasl2 -> /usr/local/lib/sasl2/
Если посмотреть запущенный процесс sasl:
Код: Выделить всё
# ps ax | grep sasl
25874 ?? Is 0:00,00 saslauthd -a getpwent
25875 ?? I 0:00,00 saslauthd -a getpwent
25876 ?? I 0:00,00 saslauthd -a getpwent
25877 ?? I 0:00,00 saslauthd -a getpwent
25878 ?? I 0:00,00 saslauthd -a getpwent
26182 p1 S+ 0:00,00 grep sasl
Если перезагружаю постфикс , то в логах следующее:
Код: Выделить всё
postfix/smtpd[26068]: fatal: no SASL authentication mechanisms
Наведите куда копнуть или что еще посмотреть.