Claudio Prono wrote:
Very strange, i have tryied to chmod 666 all log files, like that:
-rw-rw-rw- 1 root root 681 Oct 8 11:08 dovecot-err.log -rw-rw-rw- 1 root root 1039 Oct 8 11:02 dovecot-inf.log
(Is terrible i know, but only a test)
I think you should follow the suggestion already provided:
You should chown dovecot /var/log/dovecot-*.log
Now i have another error (written in log of dovecot!)
deliver(mediatest@atpss.net): Oct 08 11:08:20 Error: Can't connect to auth server at /var/run/dovecot/auth-master: Permission denied
Seems all a problem of user running dovecot...is not root? Dunno why... In config there isn't nothing to do so.
Any suggestion?
The auth-master permission problem is different, but the configuration you provided does not give enough information to identify a certain solution. It does imply that you have not followed the relevant documentation for using the LDA:
http://wiki.dovecot.org/LDA http://wiki.dovecot.org/LDA/Postfix
You need to make sure that whatever user you are running *deliver* as (which is a function of your postfix config) has read/write access to the master socket, which has its user, group, and permissions set by the dovecot config.