21 Dec
2005
21 Dec
'05
10:36 p.m.
Tested with PLAIN authentication. Doesn't require any external libraries.
Building:
make makefiles CCARGS="-DUSE_SASL_AUTH"
If you want Cyrus SASL support also (eg. for SASL client), just follow SASL_README instructions normally.
main.cf:
smtpd_sasl_type = dovecot # non-chrooted smtpd: #smtpd_sasl_path = /var/spool/postfix/private/auth # chrooted smtpd: smtpd_sasl_path = /private/auth
dovecot.conf:
auth default { .. socket listen { client { path = /var/spool/postfix/private/auth mode = 0666 } } }