Displaying 1 result from an estimated 1 matches for "client_input_timeout".
2004 Feb 04
0
dovecot crash on sendfilev64 on solaris 8 (32bit) (WORKAROUND)
...rk hanging on sendfilev64() call.
I noticed that maildir file names are still different from maildrop and
dovecot but now works.
However moving bigger mailbox from local storage to remote imap server i
receive "Disconnect for inactivity while waiting for command data" error
triggered by client_input_timeout function in imap/client.c .
The timeout is defined as CLIENT_CMDINPUT_TIMEOUT which is defined as
CLIENT_OUTPUT_TIMEOUT which is 1 minute (60*1000) .
I think that could be usefull to have this timeout tunable because when you
tranfer into the imap server large quantity of data if it takes more th...