El 2014-08-12 22:29, pavel degtiarev escribió:
Hi there,
I know this is a common error but I swear I checked everything, yet
still get that error trying to setup Postfix with Cyrus SASL on Debian
wheezy.

Here’s my confgs:

/etc/postfix/sasl/smtp.comf:


Be careful with the extension. cyrus_sasl_config_path will try to find $smtpd_sasl_path.conf, which by default is smtp.conf, instead of your smtp.comf.

pwcheck_method: saslauthd
mech_list: PLAIN LOGIN
saslauthd_path: /var/run/saslauthd/mux
log_level: 7

main.cf:

smtpd_sasl_path = smtpd
smtpd_sasl_auth_enable = yes
cyrus_sasl_config_path = /etc/postfix/sasl

I also run testsaslauthd -u paul -p 12345678 -r 10.1.10.18 -f
/var/run/saslauthd/mux -s smtp:

0: OK "Success.”

Please help.

Regards.

Reply via email to