[Dovecot] PATCH: Dovecot SASL authentication for Postfix 2.3-20051220
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 } } }
On Wednesday 2005-December-21 14:36, Timo Sirainen wrote:
Tested with PLAIN authentication. Doesn't require any external libraries.
Tested here in Postfix 2.3-20051223, PLAIN over TLS, and it works: a good username/password combination authenticates and a bad one is rejected. :)
Thanks again to both Timo and Wietse for their work on this feature,
and let me be the first to kick of this year's slew of posts wishing
"happy holidays" to all. (I'm cheating by crossposting this. :) )
mail to this address is discarded unless "/dev/rob0"
or "not-spam" is in Subject: header
participants (2)
-
/dev/rob0
-
Timo Sirainen