I installed zimbra on my debian sarge server with kernel 2.6.18-3 but I have some problems with it.
I'm unable to authentificate against the smtp server because /var/log/mail.warn says:
Code:
Mar 6 16:00:31 mail postfix/smtpd[32327]: warning: SASL authentication failure: Password verification failed
The reason is the saslauthd, it can't parse the soap-xml response because it's empty.
Code:
Mar 6 16:00:32 mail saslauthd[19751]: auth_zimbra: xxx auth failed: unable to parse xml
Mar 6 16:00:32 mail saslauthd[19751]: do_auth : auth failure: [user=xxx] [service=smtp] [realm=xxx] [mech=zimbra] [reason=Unknown]
My saslauthd.conf.in
Code:
zimbra_url: %%zimbraMtaAuthURL%%
zimbra_cert_file: /opt/zimbra/conf/smtpd.crt
zimbra_cert_check: off
I was able to send mails in http mode only but then I switched to mixed and now I have this problem, any idea?