umask wrote:
> Hi!
> 
> Can anybody explain me that means this error?

It means a client tells dbmail to expect a certain amount of data, but
the client stops before sending all data.

for instance when a client appends a message using imap/store:

C: A001 STORE "mailbox" {10}
S: * OK gimme that data
C: From: foo\n\n
S: A001 OK

But if the client stops early:

C: From: fo

then dbmail will wait until the timeout is reached or until the client
hangs up by terminating the TCP session.

It could be an indication of a small (off-by-one) bug in dbmail, but it
could also indicate lack of tolerance where we should anticipate certain
clients sending short data.



> 
> 
> 
> 17.07.07, 13:57, umask <[EMAIL PROTECTED]>:
> 
>> Hi,
>> I noticed next message in maillog:
>> Jul 17 06:40:32 test dbmail/imap4d[3849]: Error:[imapsession] 
>> dbmail-imapsession.c,dbmail_imap_session_readln(+1512): timeout occurred in 
>> dbmail_imap_session_readln
>> Jul 17 06:40:32 test dbmail/imap4d[3847]: Error:[imapsession] 
>> dbmail-imapsession.c,dbmail_imap_session_readln(+1512): timeout occurred in 
>> dbmail_imap_session_readln
>> What means this error?
>> DBMail imap daemon still work after error.
>> Now I testing DBMail with Nginx IMAP4/POP3-proxy server and some days it 
>> works without any error messages.
>> In Nginx log file I noticed next:
>> 2007/07/17 06:40:32 [info] 3807#0: *43 proxied session done, client: 
>> 172.16.56.1, server: 0.0.0.0:143, login: "[EMAIL PROTECTED]", upstream: 
>> 127.0.0.1:1143
>> 2007/07/17 06:40:32 [info] 3807#0: *46 proxied session done, client: 
>> 172.16.56.1, server: 0.0.0.0:143, login: "[EMAIL PROTECTED]", upstream: 
>> 127.0.0.1:1143
>> (yes, dbmail-imapd listen port 1143).
>> _______________________________________________
>> DBmail mailing list
>> [email protected]
>> https://mailman.fastxs.nl/mailman/listinfo/dbmail
> _______________________________________________
> DBmail mailing list
> [email protected]
> https://mailman.fastxs.nl/mailman/listinfo/dbmail
> 


-- 
  ________________________________________________________________
  Paul Stevens                                      paul at nfg.nl
  NET FACILITIES GROUP                     GPG/PGP: 1024D/11F8CD31
  The Netherlands________________________________http://www.nfg.nl
_______________________________________________
DBmail mailing list
[email protected]
https://mailman.fastxs.nl/mailman/listinfo/dbmail

Reply via email to