14 Dec
2011
14 Dec
'11
1:06 p.m.
On Wed, Dec 14, 2011 at 12:47:05PM +0200, Nikolaos Milas wrote:
For example, in the logs I get: Dec 12 08:42:40 vmail dovecot: lda(imaptester): Error: quota: net_connect_unix(/var/run/dovecot/quota-warning) failed: Permission denied (euid=500(vmail) egid=500(vmail) missing +r perm: /var/run/dovecot/quota-warning, euid is not dir owner)
service quota-warning { executable = script /opt/mail1.sh user = vmail unix_listener quota-warning { } }
I'd guess setting the user to 'vmail' here solves the problem:
http://wiki2.dovecot.org/Quota/Configuration
Regards Thomas