Displaying 2 results from an estimated 2 matches for "sau24".
2009 Oct 14
4
Dovecot deliver with AD LDAP userdb
...user = postfix
group = postfix
}
}
passdb ldap {
args = /etc/dovecot-ldap.conf
}
userdb ldap {
# Path for LDAP configuration file, see doc/dovecot-ldap-example.conf
args = /etc/dovecot-ldap.conf
}
and my dovecot -n:
lda:
postmaster_address: postmaster at sau24.org
mail_plugins: sieve
auth default:
mechanisms: plain login
debug: yes
passdb:
driver: ldap
args: /etc/dovecot-ldap.conf
userdb:
driver: ldap
args: /etc/dovecot-ldap.conf
socket:
type: listen
client:
path: /var/spool/postfix/private/auth
mode: 438...
2009 Oct 16
2
Dovecot deliver with AD LDAP userdb [SOLVED]
> Then there's something different what Dovecot and ldapsearch does. They
> have the same dn, dnpass, neither uses tls, same base, deref, scope?
>
I figured it out, there certainly is something different! The
AuthDatabase/LDAP documentation on the Dovecot Wiki says "When
connecting to AD, use port 3268". Port 3268 is used for Global Catalog
searching. By default the Active