So what is the solution to this problem, becuase many of my customers are complaining about pop3 connection terminating abnormally. The result is that mail seems to be downloaded but because of the termination it is not able to delete it from the server and so the next time when u check the mails u again get the old mails.
My MTA is postfix. So what exactly needs to be tweaked.
I can't answer that, because I don't remember if it's courier or maildrop that strips off '\r' characters. If it's maildrop, then you could use that as your MDA. If it's courier, then you'd have to either ask the postfix list how to strip off those characters, or run messages through "tr -d '\r'" using your MDA.
------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
