On Thu, 2003-08-28 at 06:55, Nunno Luca wrote: > Hi all, > > Using Outlook Express on MAC OS 9.* on ALL mac system my clients have this > problem : when i check the mail, outlook download it and then DON'T delete > it from server. Then when i re-download the mail i re-reiceive all of > previous on server. > It's not a problem of client configuration !! > Alfer migrating to dbmail now i've a new server for all people that use MAC > OS 9 !!!! > This is the pop3d tracelog = 5. See on the last row when write the error. > > Luca
I had this same problem, though it was Entourage on OS X. The reason for this is because Entourage doesn't actually complete the transaction. It never sends a disconnect command and dbMail leaves it at that. As you can see by this line from your log output. -- Aug 21 17:24:25 mail dbmail/pop3d[2818]: pop3_handle_connection(): error, uncomplete session While I'm sure this would be an easy fix for a skilled C hack, my solution was simply to setup all the Entourage clients to use IMAP. It's a good workaround for my needs. Hope that helps. __ Ryan > Aug 21 17:24:23 mail dbmail/pop3d[2818]: PerformChildTask(): incoming > connection from [62.101.126.224 (62-101-126-224.fastres.net)] > Aug 21 17:24:23 mail dbmail/pop3d[2818]: PerformChildTask(): client info > init complete, calling client handler > Aug 21 17:24:23 mail dbmail/pop3d[2818]: pop3(): incoming buffer: [APOP ger > b1f2d67f7ab7b2943fd2929824bdf881] > Aug 21 17:24:23 mail dbmail/pop3d[2818]: pop3(): command issued :cmd [APOP], > value [ger b1f2d67f7ab7b2943fd2929824bdf881] > Aug 21 17:24:23 mail dbmail/pop3d[2818]: pop3(): command looked up as > commandtype 11 > Aug 21 17:24:23 mail dbmail/pop3d[2818]: __auth_query(): executing query > [SELECT user_idnr FROM users WHERE userid='ger'] > Aug 21 17:24:23 mail dbmail/pop3d[2818]: __auth_query(): executing query > [SELECT encryption_type FROM users WHERE user_idnr = 350] > Aug 21 17:24:23 mail dbmail/pop3d[2818]: pop3(): APOP auth, username [ger], > md5_hash [b1f2d67f7ab7b2943fd2929824bdf881] > Aug 21 17:24:23 mail dbmail/pop3d[2818]: __auth_query(): executing query > [SELECT passwd,user_idnr FROM users WHERE userid="ger"] > Aug 21 17:24:23 mail dbmail/pop3d[2818]: auth_md5_validate(): > apop_stamp=[<[EMAIL PROTECTED]>], userpw=[ger] > Aug 21 17:24:23 mail dbmail/pop3d[2818]: auth_md5_validate(): checkstring > for md5 [<[EMAIL PROTECTED]>ger] -> result > [b1f2d67f7ab7b2943fd2929824bdf881] > Aug 21 17:24:23 mail dbmail/pop3d[2818]: auth_md5_validate(): validating > md5_apop_we=[b1f2d67f7ab7b2943fd2929824bdf881] > md5_apop_he=[b1f2d67f7ab7b2943fd2929824bdf881] > Aug 21 17:24:23 mail dbmail/pop3d[2818]: auth_md5_validate(): user [ger] is > validated using APOP > Aug 21 17:24:23 mail dbmail/pop3d[2818]: __auth_query(): executing query > [UPDATE users SET last_login = '2003-08-21 17:24:23' WHERE user_idnr = 350] > Aug 21 17:24:23 mail dbmail/pop3d[2818]: pop3(): validation OK, building a > session for user [ger] > Aug 21 17:24:23 mail dbmail/pop3d[2818]: db_query(): executing [SELECT > mailbox_idnr FROM mailboxes WHERE name='INBOX' AND owner_idnr=350] > Aug 21 17:24:23 mail dbmail/pop3d[2818]: db_query(): executing [SELECT * > FROM messages WHERE mailbox_idnr=603 AND status<002 AND unique_id!="" order > by status ASC] > Aug 21 17:24:23 mail dbmail/pop3d[2818]: db_createsession(): adding items to > list > Aug 21 17:24:23 mail dbmail/pop3d[2818]: db_createsession(): adding > succesfull > Aug 21 17:24:23 mail dbmail/pop3d[2818]: pop3(): user ger logged in > [messages=1, octets=482992] > Aug 21 17:24:23 mail dbmail/pop3d[2818]: pop3(): incoming buffer: [UIDL] > Aug 21 17:24:23 mail dbmail/pop3d[2818]: pop3(): command looked up as > commandtype 10 > Aug 21 17:24:23 mail dbmail/pop3d[2818]: pop3(): incoming buffer: [LIST] > Aug 21 17:24:23 mail dbmail/pop3d[2818]: pop3(): command looked up as > commandtype 4 > Aug 21 17:24:23 mail dbmail/pop3d[2818]: pop3(): incoming buffer: [RETR 1] > Aug 21 17:24:23 mail dbmail/pop3d[2818]: pop3(): command issued :cmd [RETR], > value [1] > Aug 21 17:24:23 mail dbmail/pop3d[2818]: pop3(): command looked up as > commandtype 5 > Aug 21 17:24:23 mail dbmail/pop3d[2818]: pop3():RETR command, retrieving > message > Aug 21 17:24:23 mail dbmail/pop3d[2818]: pop3(): RETR command, selecting > message > Aug 21 17:24:23 mail dbmail/pop3d[2818]: db_send_message_lines(): request > for [-2] lines > Aug 21 17:24:23 mail dbmail/pop3d[2818]: db_send_message_lines(): executing > query [SELECT * FROM messageblks WHERE message_idnr=91670 ORDER BY > messageblk_idnr ASC] > Aug 21 17:24:23 mail dbmail/pop3d[2818]: db_query(): executing [SELECT * > FROM messageblks WHERE message_idnr=91670 ORDER BY messageblk_idnr ASC] > Aug 21 17:24:23 mail dbmail/pop3d[2818]: db_send_message_lines(): sending > [-2] lines from message [91670] > Aug 21 17:24:23 mail dbmail/pop3d[2818]: db_send_message_lines(): getting > nextblock [1] > Aug 21 17:24:25 mail dbmail/pop3d[2818]: db_send_message_lines(): getting > nextblock [2] > Aug 21 17:24:25 mail dbmail/pop3d[2818]: pop3(): incoming buffer: [DELE 1] > Aug 21 17:24:25 mail dbmail/pop3d[2818]: pop3(): command issued :cmd [DELE], > value [1] > Aug 21 17:24:25 mail dbmail/pop3d[2818]: pop3(): command looked up as > commandtype 6 > Aug 21 17:24:25 mail dbmail/pop3d[2818]: pop3(): incoming buffer: [QUIT] > Aug 21 17:24:25 mail dbmail/pop3d[2818]: pop3(): command looked up as > commandtype 0 > Aug 21 17:24:25 mail dbmail/pop3d[2818]: pop3_handle_connection(): error, > uncomplete session > Aug 21 17:24:25 mail dbmail/pop3d[2818]: PerformChildTask(): client handling > complete, closing streams > Aug 21 17:24:25 mail dbmail/pop3d[2818]: PerformChildTask(): connection > closed > Aug 21 17:24:25 mail dbmail/pop3d[2818]: PerformChildTask(): waiting for > connection > > _______________________________________________ > Dbmail mailing list > [email protected] > https://mailman.fastxs.nl/mailman/listinfo/dbmail >
