[Dovecot] dovecot LDA and pop3 session lock question
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?
Thanks, Ken A. Pacific.Net
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.
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.
participants (2)
-
Ken A
-
Timo Sirainen