Je dirais que ton dovecot ne trouve pas le DN de ton utilisateur. Je ferais comme suis :
- Création d'un utilisateur dovecot (exemple) :
dn: cn=dovecot,ou=applications,dc=flo-debian,dc=gescom
cn: dovecot
objectClass: applicationProcess
objectClass: top
objectClass: simpleSecurityObject
userPassword: XXXXXXXXXXXXXXXXXXX
- Changer les accès comme suit :
access to *
by dn="cn=admin,dc=flo-debian,dc=gescom" write
by dn="cn=dovecot,ou=applications,dc=flo-debian,dc=gescom" read
by * none
# Ici le by * read ne sert à rien, il vient droit après un by * none
# by * read
- Configurer dovecot pour utiliser cet utilisateur
# Distinguished Name - the username used to login to the LDAP server
dn = cn=dovecot,ou=applications,dc=flo-debian,dc=gescom
# Password for LDAP server
dnpass = XXXXXXXXXXXXXXXXXXX
J'espère que ça aide.
"It was a bright cold day in April, and the clocks were striking thirteen" - Georges Orwell
[^] # Re: Configuration ?
Posté par Etienne Bagnoud . En réponse au message Installation Dovecot Postfix. Évalué à 2.
- Création d'un utilisateur dovecot (exemple) :
dn: cn=dovecot,ou=applications,dc=flo-debian,dc=gescom
cn: dovecot
objectClass: applicationProcess
objectClass: top
objectClass: simpleSecurityObject
userPassword: XXXXXXXXXXXXXXXXXXX
- Changer les accès comme suit :
access to *
by dn="cn=admin,dc=flo-debian,dc=gescom" write
by dn="cn=dovecot,ou=applications,dc=flo-debian,dc=gescom" read
by * none
# Ici le by * read ne sert à rien, il vient droit après un by * none
# by * read
- Configurer dovecot pour utiliser cet utilisateur
# Distinguished Name - the username used to login to the LDAP server
dn = cn=dovecot,ou=applications,dc=flo-debian,dc=gescom
# Password for LDAP server
dnpass = XXXXXXXXXXXXXXXXXXX
J'espère que ça aide.
"It was a bright cold day in April, and the clocks were striking thirteen" - Georges Orwell