Email connection failing
Posted: September 21st, 2011, 3:15 am
Hello,
I have built my own mailserver using Postfix, Dovecot and Saslauthd. SMTP connections are encrypted via STARTTLS with normal, non-encrypted passwords. Every mail client I've set up works with it, but Sabnzbd refuses to connect properly. When I test my mail server settings, Sabnzbd says:
My mail log for my server looks like this:
Is Sabnzbd trying to encrypt the password? If yes, how do I stop that from happening? Is there a hidden setting somewhere that I need to change?
I have built my own mailserver using Postfix, Dovecot and Saslauthd. SMTP connections are encrypted via STARTTLS with normal, non-encrypted passwords. Every mail client I've set up works with it, but Sabnzbd refuses to connect properly. When I test my mail server settings, Sabnzbd says:
Code: Select all
Email Test Result = Failed to authenticate to mail server
Code: Select all
Sep 21 10:09:48 huttnet postfix/smtpd[13255]: connect from reverseDNSname[my public ip]
Sep 21 10:09:48 hostname postfix/smtpd[13255]: lost connection after UNKNOWN from reverseDNSname[my public ip]
Sep 21 10:09:48 hostname postfix/smtpd[13255]: disconnect from reverseDNSname[my public ip]
Sep 21 10:09:48 hostname postfix/smtpd[13255]: connect from reverseDNSname[my public ip]
Sep 21 10:09:48 hostname postfix/smtpd[13255]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: No such file or directory
Sep 21 10:09:48 hostname postfix/smtpd[13255]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: No such file or directory
Sep 21 10:09:48 hostname postfix/smtpd[13255]: warning: SASL authentication failure: no secret in database
Sep 21 10:09:48 hostname postfix/smtpd[13255]: warning: reverseDNSname[my public ip]: SASL CRAM-MD5 authentication failed: authentication failure
Sep 21 10:09:48 hostname postfix/smtpd[13255]: lost connection after AUTH from reverseDNSname[my public ip]
Sep 21 10:09:48 hostname postfix/smtpd[13255]: disconnect from reverseDNSname[my public ip]