Jorge, how is your TIMEOUT setup in dbmail.conf? Jorge Bastos wrote: > Paul, here's a trace_level=5 with that error: > > When you'll have news shoot. > > Jorge > > > ----- Original Message ----- From: "Paul J Stevens" <[EMAIL PROTECTED]> > To: "DBMail mailinglist" <dbmail@dbmail.org> > Sent: Monday, July 24, 2006 8:51 AM > Subject: Re: [Dbmail] ImapD problem > > >> Jorge, >> >> There's absolutely nothing I can do without a level5 log. >> >> >> Jorge Bastos wrote: >>> Hi Paul, >>> >>> Sinse the last svn i noticed a problem when the email client is copy the >>> message to the sent folder. >>> I could get a more debug information because i didn't getted to know >>> when this happens, but here goes a trace_level=1, so, here goes the >>> outlook error: >>> >>> --- >>> Some of the messages in your Outbox Folder could not be copied to your >>> Sent Items Folder. Your message could not be uploaded to the IMAP >>> server. The server refused to accept it. Subject '', Account: >>> '[EMAIL PROTECTED]' <mailto:'[EMAIL PROTECTED]'>, Server: >>> 'my.server.pt', Protocol: IMAP, Server Response: 'The server did not >>> respond to this IMAP command before the connection was terminated.', >>> Port: 143, Secure(SSL): No, Error Number: 0x800CCC0F >>> --- >>> >>> There not much info here... now the dbmail-imapd log: >>> >>> --- >>> Jul 23 22:36:02 lira dbmail/imap4d[12524]: Error >>> dbmail-imapsession.c,build_args_array_ext: timeout occurred in fgetc >>> Jul 23 22:36:02 lira dbmail/imap4d[12524]: Error >>> imap4.c,IMAPClientHandler: error reading extra command info >>> --- >>> >>> I'll try keeping a more debug level to see if i can catch more info >>> about this, but this only started happen when i upgrade to last svn, the >>> last i have was a 21?? something and didn't had this problem. >>> >>> >>> Anything more you need paul just say. >>> I use outlook express as you may remember :P >>> >>> >>> Jorge >>> >>> >>> >>> ------------------------------------------------------------------------ >>> >>> _______________________________________________ >>> Dbmail mailing list >>> Dbmail@dbmail.org >>> 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 >> Dbmail@dbmail.org >> https://mailman.fastxs.nl/mailman/listinfo/dbmail >> > Jul 24 11:56:38 lira dbmail/imap4d[26640]: Message > serverchild.c,PerformChildTask: incoming connecti > on from [192.168.1.11] by pid [26640] > Jul 24 11:56:38 lira dbmail/imap4d[26640]: Debug > serverchild.c,PerformChildTask: client info init co > mplete, calling client handler > Jul 24 11:56:38 lira dbmail/imap4d[26640]: Debug RESPONSE: [* OK dbmail > imap (protocol version 4r1) > server 2.1 ready to run^M ] > Jul 24 11:56:38 lira dbmail/imap4d[26640]: Info COMMAND: [1l2b CAPABILITY] > Jul 24 11:56:38 lira dbmail/imap4d[26640]: Info > imap4.c,IMAPClientHandler: Executing command capabil > ity... > Jul 24 11:56:38 lira dbmail/imap4d[26640]: Debug RESPONSE: [* CAPABILITY > IMAP4 IMAP4rev1 AUTH=LOGIN > ACL NAMESPACE CHILDREN SORT QUOTA^M ] > Jul 24 11:56:38 lira dbmail/imap4d[26640]: Debug RESPONSE: [1l2b OK > CAPABILITY completed^M ] > Jul 24 11:56:38 lira dbmail/imap4d[26640]: Info > imap4.c,IMAPClientHandler: Finished command capabili > ty [0] > Jul 24 11:56:38 lira dbmail/imap4d[26640]: Info COMMAND: [qeia LOGIN > "[EMAIL PROTECTED]" "mypass"] > > Jul 24 11:56:38 lira dbmail/imap4d[26640]: Debug arg[0]: > '[EMAIL PROTECTED]' > Jul 24 11:56:38 lira dbmail/imap4d[26640]: Debug arg[1]: 'mypass' > Jul 24 11:56:38 lira dbmail/imap4d[26640]: Info > imap4.c,IMAPClientHandler: Executing command login.. > . > Jul 24 11:56:38 lira dbmail/imap4d[26640]: Debug > dbmail-imapsession.c,dbmail_imap_session_handle_aut > h: trying to validate user [EMAIL PROTECTED], pass [XXXX] > Jul 24 11:56:38 lira dbmail/imap4d[26640]: Debug > db.c,db_usermap_resolve: checking userid '[EMAIL PROTECTED] > ydomain.pt' in usermap > Jul 24 11:56:38 lira dbmail/imap4d[26640]: Debug > db.c,db_usermap_resolve: client on inet socket [ine > t:192.168.1.222:143] > Jul 24 11:56:38 lira dbmail/imap4d[26640]: Debug dbmysql.c,db_query: > query [SELECT login, sock_allow > , sock_deny, userid FROM dbmail_usermap WHERE login in > ('[EMAIL PROTECTED]','ANY') ORDER BY sock_al > low, sock_deny] > Jul 24 11:56:38 lira dbmail/imap4d[26640]: Debug > db.c,db_usermap_resolve: login '[EMAIL PROTECTED]' > not found in usermap > Jul 24 11:56:38 lira dbmail/imap4d[26640]: Debug dbmysql.c,db_query: > query [SELECT user_idnr FROM db > mail_users WHERE lower(userid) = lower('[EMAIL PROTECTED]')] > Jul 24 11:56:38 lira dbmail/imap4d[26640]: Debug dbmysql.c,db_query: > query [SELECT user_idnr, passwd > , encryption_type FROM dbmail_users WHERE user_idnr = '9'] > Jul 24 11:56:38 lira dbmail/imap4d[26640]: Debug > authsql.c,auth_validate: validating using plaintext > passwords > Jul 24 11:56:38 lira dbmail/imap4d[26640]: Debug dbmysql.c,db_query: > query [UPDATE dbmail_users SET > last_login = '2006-07-24 11:56:38' WHERE user_idnr = '9'] > Jul 24 11:56:38 lira dbmail/imap4d[26640]: Message > dbmail-imapsession.c,dbmail_imap_session_handle_a > uth: user (id:9, name [EMAIL PROTECTED]) tries login > Jul 24 11:56:38 lira dbmail/imap4d[26640]: Message > dbmail-imapsession.c,dbmail_imap_session_handle_a > uth: user (id 9, name [EMAIL PROTECTED]) login accepted @ 2006-07-24 > 11:56:38 > Jul 24 11:56:38 lira dbmail/imap4d[26640]: Debug RESPONSE: [qeia OK > LOGIN completed^M ] > Jul 24 11:56:38 lira dbmail/imap4d[26640]: Info > imap4.c,IMAPClientHandler: Finished command login [0 > ] > Jul 24 11:56:38 lira dbmail/imap4d[26640]: Info COMMAND: [slx7 APPEND > "Itens enviados" (\Seen) "24-J > ul-2006 11:54:37 +0100" {93886}] > Jul 24 11:56:38 lira dbmail/imap4d[26640]: Debug > dbmail-imapsession.c,build_args_array_ext: last cha > r = } > Jul 24 11:56:38 lira dbmail/imap4d[26640]: Error > dbmail-imapsession.c,build_args_array_ext: timeout > occurred in fgetc > Jul 24 11:56:38 lira dbmail/imap4d[26640]: Error > imap4.c,IMAPClientHandler: error reading extra comm > and info > Jul 24 11:56:39 lira dbmail/imap4d[26640]: Debug > serverchild.c,PerformChildTask: client handling com > plete, closing streams > Jul 24 11:56:39 lira dbmail/imap4d[26640]: Info > serverchild.c,PerformChildTask: connection closed > Jul 24 11:56:39 lira dbmail/imap4d[26640]: Info > serverchild.c,PerformChildTask: waiting for connecti > on > > > ------------------------------------------------------------------------ > > _______________________________________________ > Dbmail mailing list > Dbmail@dbmail.org > 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