Tom Sommer
2016-Apr-07 11:41 UTC
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
Tom Sommer
2016-Apr-07 12:39 UTC
Setting lmtp_user_concurrency_limit causes anvil permission error
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
2016-Apr-26 13:13 UTC
Setting lmtp_user_concurrency_limit causes anvil permission error
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
Stephan Bosch
2016-Apr-30 13:45 UTC
Setting lmtp_user_concurrency_limit causes anvil permission error
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/6de95f63d4590814354fa5e35e92946c58d4562e Regards, Stephan.