[Dovecot] ManageSieve for 1.2.0?
Edgar Fuß
ef at math.uni-bonn.de
Thu Jul 2 13:53:00 EEST 2009
> managesieve works fine for me on 1.2.0
How do you make that work?
$ tail +41 dovecot-1.2.0/src/imap-login/client.c | head -3
#if CLIENT_LOGIN_IDLE_TIMEOUT_MSECS < AUTH_REQUEST_TIMEOUT*1000
# error client idle timeout must be larger than authentication timeout
#endif
$ tail +47 dovecot-1.2-managesieve-0.11.5/src/managesieve-login/client.c | head -3
#if CLIENT_LOGIN_IDLE_TIMEOUT_MSECS >= AUTH_REQUEST_TIMEOUT*1000
# error client idle timeout must be smaller than authentication timeout
#endif
Am I missing something?
More information about the dovecot
mailing list