20 Sep
2010
20 Sep
'10
7:26 p.m.
2010/9/20 Timo Sirainen <tss@iki.fi>:
No, it's trying to open it as the mail user, and above shows that it's vmail. So make the socket accessible to vmail:
service auth { unix_listener auth-userdb { user = vmail } }
Thanks for the tipp, i added this (again) and still have the error :( I tested with with group=vmail too. (and restarted after it).
It worked fine after i changed the permissions manually (chmod), but this can't be the solution :(
2010-09-20 18:22:50 lda: Error: userdb lookup: connect(/var/run/dovecot/auth-userdb) failed: Permission denied (euid=5000(vmail) egid=5000(vmail) missing +r perm: /var/run/dovecot/auth-userdb, euid is not dir owner)
Thanks