Setting lmtp_user_concurrency_limit causes anvil permission error
I've set lmtp_user_concurrency_limit to 5 and now LMTP throws this at me for every delivery:
Apr 07 13:38:33 lmtp(4434): Error: net_connect_unix(/var/run/dovecot/anvil) failed: Permission denied
ls -l /var/run/dovecot/anvil srw------- 1 root root 0 Apr 7 13:32 /var/run/dovecot/anvil
If I set lmtp_user_concurrency_limit to 0, the error goes away.
-- Tom
On 2016-04-07 13:41, Tom Sommer wrote:
I've set lmtp_user_concurrency_limit to 5 and now LMTP throws this at me for every delivery:
Apr 07 13:38:33 lmtp(4434): Error: net_connect_unix(/var/run/dovecot/anvil) failed: Permission denied
ls -l /var/run/dovecot/anvil srw------- 1 root root 0 Apr 7 13:32 /var/run/dovecot/anvil
If I set lmtp_user_concurrency_limit to 0, the error goes away.
Hrm, if I disable lmtp_rcpt_check_quota, then the error goes away as well. Very confusing.
Same problem here:
Apr 26 15:01:37 posta-01 dovecot: lmtp(2432): Error: net_connect_unix(/var/run/dovecot/anvil) failed: Permission denied
# ls -l /var/run/dovecot/anvil srw------- 1 root root 0 Apr 26 15:08 /var/run/dovecot/anvil
but I don't use 'lmtp_rcpt_check_quota'.
Marco
On 2016-04-07 14:39, Tom Sommer wrote:
On 2016-04-07 13:41, Tom Sommer wrote:
I've set lmtp_user_concurrency_limit to 5 and now LMTP throws this at me for every delivery:
Apr 07 13:38:33 lmtp(4434): Error: net_connect_unix(/var/run/dovecot/anvil) failed: Permission denied
ls -l /var/run/dovecot/anvil srw------- 1 root root 0 Apr 7 13:32 /var/run/dovecot/anvil
If I set lmtp_user_concurrency_limit to 0, the error goes away.
Hrm, if I disable lmtp_rcpt_check_quota, then the error goes away as well. Very confusing.
-- Marco Giunta - ITCS SysAdmin Via Bonomea, 265 34136 - Trieste, Italy Tel: +39-040-3787-503 Fax: +39-040-3787-244
Op 4/7/2016 om 2:39 PM schreef Tom Sommer:
On 2016-04-07 13:41, Tom Sommer wrote:
I've set lmtp_user_concurrency_limit to 5 and now LMTP throws this at me for every delivery:
Apr 07 13:38:33 lmtp(4434): Error: net_connect_unix(/var/run/dovecot/anvil) failed: Permission denied
ls -l /var/run/dovecot/anvil srw------- 1 root root 0 Apr 7 13:32 /var/run/dovecot/anvil
If I set lmtp_user_concurrency_limit to 0, the error goes away.
Hrm, if I disable lmtp_rcpt_check_quota, then the error goes away as well. Very confusing.
This probably fixes it:
https://github.com/dovecot/core/commit/6de95f63d4590814354fa5e35e92946c58d45...
Regards,
Stephan.
participants (3)
-
Marco Giunta
-
Stephan Bosch
-
Tom Sommer