[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Problem with postfix, smtp-auth using ldap



Hello all,
I have a problem that I cannot find the resolution out there for. I am trying to set up postfix for smtp-auth on a Debian Sarge system with 2.6.8-2-386 kernel. I think I have saslauthd set up right because this works:
tgmail:/etc/postfix# testsaslauthd -u username -p password
0: OK "Success."

Here is my main.cf:
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = $mydomain
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, check_relay_domains
broken_sasl_auth_clients = yes

Still smtp auth does not work...  Here is a snipet of my mail log:
Jun 7 10:20:47 localhost postfix/smtpd[10196]: < unknown[192.168.12.2]: AUTH PLAIN AGNhbGViAHVuaXhtYW4x Jun 7 10:20:47 localhost postfix/smtpd[10196]: smtpd_sasl_authenticate: sasl_method PLAIN, init_response AGNhbGViAHVuaXhtYW4x Jun 7 10:20:47 localhost postfix/smtpd[10196]: smtpd_sasl_authenticate: decoded initial response Jun 7 10:20:47 localhost postfix/smtpd[10196]: warning: SASL authentication failure: cannot connect to saslauthd server: No such file or directory Jun 7 10:20:47 localhost postfix/smtpd[10196]: warning: SASL authentication failure: Password verification failed Jun 7 10:20:47 localhost postfix/smtpd[10196]: warning: unknown[192.168.12.2]: SASL PLAIN authentication failed Jun 7 10:20:47 localhost postfix/smtpd[10196]: > unknown[192.168.12.2]: 535 Error: authentication failed
Jun  7 10:20:47 localhost postfix/smtpd[10196]: watchdog_pat: 0x8078468


Thank you so much in advance,
Caleb



Reply to: