[EMAIL PROTECTED] a �crit :
Bonjour,
salut
J'ai un probl�me que je ne m'explique pas. Je suis sous d�bian/sarge noyau 2.6.8. Je tente de mettre en place un serveur de messagerie avec des comptes virtuels. ceux-ci sont stock� dans un annuaire LDAP. Ma config postfix (en tout cas pour pour les param�tres ldap) est correct mais les recherche dans l'annuaire n'aboutissent pas comme le montre ces extraits de log:
var/log/mail.info
Jan 25 21:23:26 LEM-Labo-01 postfix/cleanup[2900]: warning: dict_ldap_lookup: Search error 87: Bad search filter
le pb vient d'ici ... tu as une erreur dans le filtre de cette requ�te ldap : virtual_alias_maps
Jan 25 21:23:26 LEM-Labo-01 postfix/cleanup[2900]: warning: BC740F025B: virtual_alias_maps map lookup problem for [EMAIL PROTECTED]
Jan 25 21:23:26 LEM-Labo-01 postfix/pickup[2898]: warning: maildrop/C00D0F02E7: Error writing message file
/var/log/ldap
Jan 25 21:25:37 LEM-Labo-01 slapd[2842]: conn=59 op=1 SRCH base="ou=Mail,dc=toto,dc=fr" scope=2 filter="(&(virtualDomain=\2A)(objectClass=LEMVirtualDomain))"
Jan 25 21:25:37 LEM-Labo-01 slapd[2842]: conn=59 op=1 SRCH attr=postfixTransport
Jan 25 21:25:37 LEM-Labo-01 slapd[2842]: conn=59 op=1 SEARCH RESULT tag=101 err=0 nentries=0 text=
Jan 25 21:25:37 LEM-Labo-01 slapd[2842]: conn=60 op=0 BIND dn="" method=128
Jan 25 21:25:37 LEM-Labo-01 slapd[2842]: conn=60 op=0 RESULT tag=97 err=0 text=
Jan 25 21:25:37 LEM-Labo-01 slapd[2842]: deferring operation
Ici aucun retour d'attribut � par ce que passe postfix dans virtualDomain: \2A ??? Voici tout de m�me la config dans postfix:
## Transport
ldaptransport_server_host = localhost
ldaptransport_search_base = ou=Mail,dc=toto,dc=fr
ldaptransport_query_filter = (&(virtualDomain=%s)(objectClass=LEMVirtualDomain))
ldaptransport_result_attribute = postfixTransport
ldaptransport_scope = sub
Peux-tu transmettre ton main.cf en int�gralit� ainsi que ton schema ldap.
Jan 25 21:25:37 LEM-Labo-01 slapd[2842]: conn=60 op=1 SRCH base="dc=toto,dc=fr" scope=2 filter="(&(objectClass=LEMMailAlias)([EMAIL PROTECTED]))"
Jan 25 21:25:37 LEM-Labo-01 slapd[2842]: conn=60 op=1 SRCH attr=maildrop
Jan 25 21:25:37 LEM-Labo-01 slapd[2842]: conn=60 op=1 SEARCH RESULT tag=101 err=0 nentries=0 text=
Jan 25 21:25:37 LEM-Labo-01 slapd[2842]: conn=60 op=2 UNBIND
Jan 25 21:25:37 LEM-Labo-01 slapd[2842]: conn=60 fd=12 closed
Ici non plus
Quelqu'un a une id�e g�nial... parce que l� je s�che
-- Pensez � lire la FAQ de la liste avant de poser une question : http://wiki.debian.net/?DebianFrench
Pensez � rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

