Am 07.06.2010 um 22:02 schrieb Timo Sirainen:
> On ti, 2010-03-02 at 13:14 +0100, Oliver Eales wrote:
>> When the LMTP client sends the terminating dot to the LMTP proxy, the
>> proxy stalls for about 30sec at an epoll_wait() syscall.
>
> Finally fixed: http://hg.dovecot.org/dovecot-2.0/rev/2d6cf78982dc
Hello Timo,
thanks, it is working.
If you finally could get the new director service usable as userdb socket for
LMTP..... :-)
Btw: For managesieve proxy i successfully tried the director service. This
might be obvious but i just wanted to confirm it.
service managesieve-login {
executable = managesieve-login director
inet_listener managesieve {
port = 2000
}
}
Regards,
Oliver Eales