[Postfixbuch-users] smtp-auth mit sasl und ldap schlägt fehl

Dennis Becker kmux at guggs.de
So Jun 24 18:45:47 CEST 2007


Ich bekomme SASL mit postfix SMTP-AUTH und LDAP einfach nicht in Einklang. 

Die Authentifikation über testsaslauthd funktioniert einwandfrei, der ldap 
server wird kontaktiert und der user authentifiziert: 

# testsaslauthd -u testuser -p secret
0: OK "Success." 

versuche ich jedoch ein smtp-auth zustande zu bringen, so sieht es so aus: 

/var/log/auth.log 

postfix/smtpd[2115]: auxpropfunc error invalid parameter supplied
postfix/smtpd[2115]: _sasl_plugin_load failed on sasl_auxprop_plug_init for 
plugin: ldapdb 

es kommt auch keine Anfrage an den LDAP Server in diesem Fall. 

hier ein Ausschnitt aus meiner Konfiguration: 

 ---------------------------------------------------------------------------- 
 -- 

/etc/postfix/main.cf 

# SASL
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $mydomain
smtpd_recipient_restrictions = 
permit_mynetworks,permit_sasl_authenticated,reject
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes 

 ---------------------------------------------------------------------------- 
 -- 

/etc/postfix/sasl/smtpd.conf 

pwheck_method: saslauthd
mech_list: plain login 

 ---------------------------------------------------------------------------- 
 -- 

/etc/saslauthd.conf 

ldap_servers: ldap://meinldapserver/
ldap_search_base: dc=meinedomain,dc=de
ldap_auth_method: bind 

 ---------------------------------------------------------------------------- 
 -- 

START=yes
MECHANISMS="ldap"
OPTIONS="-O /etc/saslauthd.conf -r" 

 ---------------------------------------------------------------------------- 
 -- 


Ich weiß im Moment nicht weiter und hoffe es kann mir hier jemand 
weiterhelfen. Vielen Dank im Voraus. 

 ----
Dennis Becker



Mehr Informationen über die Mailingliste Postfixbuch-users