On 01/15/2013 07:11 AM, Erwan David wrote:
Le 15/01/2013 05:53, Muzaffer Tolga Ozses a écrit :
myPhone'dan gönderdim
14 Oca 2013 tarihinde 22:37 saatinde, Brian Evans
<grkni...@scent-team.com <mailto:grkni...@scent-team.com>> şunları
yazdı:
On 1/14/2013 3:02 PM, Muzaffer wrote:
Hi,
I'm trying to get postfix/dovecot working on a Webmin enabled
server and I can't get SASL working for the life of me. Below are
my logs and postconf -n.
Logs
---
Jan 14 19:47:12 ommuse postfix/smtpd[8911]: connect from
mail-da0-f45.google.com
<http://mail-da0-f45.google.com>[209.85.210.45]
Jan 14 19:47:12 ommuse postfix/smtpd[8911]: warning: SASL: Connect
to private/auth failed: No such file or directory
This line is showing that Dovecot is not creating the socket
required to auth as you have configured Postfix to send to.
Did you add the auth socket in your dovecot configuration and
restart dovecot?
Brian
Yes, I can show you when I get to work.
service auth {
mechanisms = plain login
passdb pam {}
userdb passwd {}
socket listen {
client {
path = /var/spool/postfix/private/auth
mode = 0660
user = postfix
group = postfix
}
}
}
I got this from wiki2.dovecot.org.
Then check wether your postfix is chrooted, in that cas postfix would
look for the socket in its chroot.
It was indeed chrooted, so I edited master.conf and restarted postfix,
however I'm still getting that error :S
Regards,
Muzaffer