satimis
July 13th, 2008, 07:46 AM
Hi folks,
Remote Server
Ubuntu LAMP 6.06 amd64
postfix
cyrus
Evolution can receive mails on remote server but can't send mails via it with same password.
$ tail /var/log/mail.log
Jul 13 19:06:52 satimis postfix/smtpd[4511]: connect from unknown[220.232.213.178]
Jul 13 19:07:06 satimis postfix/smtpd[4511]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: No such
file or directory
Jul 13 19:07:06 satimis postfix/smtpd[4511]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: No such
file or directory
Jul 13 19:07:06 satimis postfix/smtpd[4511]: warning: SASL authentication failure: Password verification failed
Jul 13 19:07:06 satimis postfix/smtpd[4511]: warning: unknown[220.232.213.178]: SASL PLAIN authentication failed
Jul 13 19:07:15 satimis postfix/smtpd[4511]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: No such
file or directory
Jul 13 19:07:15 satimis last message repeated 3 times
Jul 13 19:07:15 satimis postfix/smtpd[4511]: warning: SASL authentication failure: Password verification failed
Jul 13 19:07:15 satimis postfix/smtpd[4511]: warning: unknown[220.232.213.178]: SASL PLAIN authentication failed
Jul 13 19:07:19 satimis postfix/smtpd[4511]: disconnect from unknown[220.232.213.178]
$ sudo ls /etc | grep sasldb2
sasldb2
$ ls -l /etc/sasldb2
-rw-rw---- 1 root sasl 12288 2008-06-15 15:20 /etc/sasldb2
$ cat /etc/group | grep postfix
mail:x:8:dovecot,postfix,cyrus
postfix:x:111:
Can I enter "sasl"
on;
mail:x:8:dovecot,postfix,cyrus,sasl
OR on;
postfix:x:111:sasl
to solve the problem? TIA
B.R.
satimis
Remote Server
Ubuntu LAMP 6.06 amd64
postfix
cyrus
Evolution can receive mails on remote server but can't send mails via it with same password.
$ tail /var/log/mail.log
Jul 13 19:06:52 satimis postfix/smtpd[4511]: connect from unknown[220.232.213.178]
Jul 13 19:07:06 satimis postfix/smtpd[4511]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: No such
file or directory
Jul 13 19:07:06 satimis postfix/smtpd[4511]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: No such
file or directory
Jul 13 19:07:06 satimis postfix/smtpd[4511]: warning: SASL authentication failure: Password verification failed
Jul 13 19:07:06 satimis postfix/smtpd[4511]: warning: unknown[220.232.213.178]: SASL PLAIN authentication failed
Jul 13 19:07:15 satimis postfix/smtpd[4511]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: No such
file or directory
Jul 13 19:07:15 satimis last message repeated 3 times
Jul 13 19:07:15 satimis postfix/smtpd[4511]: warning: SASL authentication failure: Password verification failed
Jul 13 19:07:15 satimis postfix/smtpd[4511]: warning: unknown[220.232.213.178]: SASL PLAIN authentication failed
Jul 13 19:07:19 satimis postfix/smtpd[4511]: disconnect from unknown[220.232.213.178]
$ sudo ls /etc | grep sasldb2
sasldb2
$ ls -l /etc/sasldb2
-rw-rw---- 1 root sasl 12288 2008-06-15 15:20 /etc/sasldb2
$ cat /etc/group | grep postfix
mail:x:8:dovecot,postfix,cyrus
postfix:x:111:
Can I enter "sasl"
on;
mail:x:8:dovecot,postfix,cyrus,sasl
OR on;
postfix:x:111:sasl
to solve the problem? TIA
B.R.
satimis