november, 20:06:09
Subject: Re: [Dovecot] Postfix+Dovecot SASL+LDAP(AD)
Hi Vitaliy
The AD configs I know need an administrative authentication before
"normal" login checks can be done.
Use the dn and dnpass configs. dn should contain the administrative
user's DN
Hi Vitaliy
The AD configs I know need an administrative authentication before
"normal" login checks can be done.
Use the dn and dnpass configs. dn should contain the administrative
user's DN and dnpass the corresponding password.
Another thing you can have a second look at is the type and format
I have tried configure Postfix with Dovecot SASL to authenticate remote users
in LDAP (Active Directory).
Below my dovecot.conf:
protocols = none
ssl = none
auth default {
mechanisms = plain login
passdb ldap {
args = /usr/local/etc/dovecot-ldap.conf
}