Brian Martinez wrote: > > What happened was our series of older boxes, which I'll call sysA through > sysT we're serving along nicely, pop3d-ssl and imapd-ssl. We added sysX to > the rotation (the newer hardware + software) and suddenly what happened is > that when people bounced between sysA-T and sysX is that they would > download nearly all of their messages again. If they bounced between > these servers several times they downloaded their messages as many as > several thousand times...
Courier has changed the format of its POP3 uid list in the past, which would cause that, but I don't believe it's changed anytime recently... In fact, pop3dserver.c doesn't seem to have changed at all between the two versions that you're running. Try getting a uid list manually. Remove the courierpop3dsizelist file first, then telnet to one of the new systems on port 110 and log in: $ telnet localhost 110 Trying 127.0.0.1... Connected to localhost.localdomain (127.0.0.1). Escape character is '^]'. +OK Hello there. USER gordon +OK Password required. PASS XXXXXXX +OK logged in. LIST +OK POP3 clients that break here, they violate STD53. 1 4429 ... . QUIT Save the output of the session. Then remove the file again, and do the same thing with one of the old servers. Compare the output of each session. They should be exactly the same. > I've diff'd the pop3d-ssl files we have in /usr/lib/courier-imap/etc and ... > sysX (newer) > TLS_PROTOCOL= <-- NOT DEFINED, but I set to SSL23 (because seeting it to > only SSL3 seemed to throw errors) If that wasn't set, then it doesn't need a setting. Don't set it! :) ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
