View Single Post
  #1 (permalink)  
Old 05-04-2006, 05:03 PM
daniellawson daniellawson is offline
Intermediate Member
 
Posts: 16
Default SASL error when sending via SMTP Auth

Hi,

I've got a site which has suddenly started having an error sending via SMTP Auth. This was working fine with this site previously.

It has an SSL certificate from rapidssl, which was set up fine.

I've tried the other suggestions in these forums - check the tls mode, check that saslauthd has -r, and so on.

The only (seemingly) relevant errors are :
Code:
May  5 11:20:43 mail postfix/smtpd[31120]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: No such file or directory
May  5 11:20:43 mail postfix/smtpd[31120]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: No such file or directory
May  5 11:20:43 mail postfix/smtpd[31120]: warning: host[1.2.3.4]: SASL LOGIN authentication failed
/etc/sasldb2 doesn't exist, but saslauthd should not be using this anyway.

Running 3.0.1_GA_197 on debian.
Reply With Quote