Applicable to:
- Plesk for Linux
Symptoms
- Mail delivery fails with the followign error in
/var/log/maillog
:CONFIG_TEXT: postfix/pipe[30240]: D64FA666D6DB: to, relay=plesk_virtual, delay=184, delays=184/0.01/0/0.03, dsn=4.3.0, status=deferred (temporary failure. Command output: Can't open log file /var/log/maillog: Permission denied 4.2.1 Message can not be delivered at this time )
- There is the following option enabled in
/etc/dovecot/dovecot.conf
:# grep "maillog" /etc/dovecot/dovecot.conf
log_path = /var/log/maillog
Cause
Incorrect Dovecot configuration.
Resolution
- Connect to the server using SSH.
- Comment the option in
/etc/dovecot/dovecot.conf
:# grep "maillog" /etc/dovecot/dovecot.conf
#log_path = /var/log/maillog
Comments
0 comments
Please sign in to leave a comment.