5 May
2006
5 May
'06
5:28 p.m.
On Fri, 2006-05-05 at 17:26 +0300, Timo Sirainen wrote:
On Thu, 2006-05-04 at 09:07 -0700, Ken A wrote:
If pop3_lock_session = yes, how does Dovecot LDA handle the situation when the pop3 mbox is locked?
Does it requeue mail for later delivery immediately (EX_TEMPFAIL), or wait until mbox_lock_timeout?
It waits for the timeout, and after the timeout it should return EX_TEMPFAIL.
Oh, and if you don't want this I think it's possible to just put mbox_lock_timeout = 0 (or 1 maybe) to protocol lda { } section to fail immediately.