Hi there!
So, I use fetchmail to retrieve some mail from 3 POP3 accounts, then distribute it to the outlook clients in the company network, to stop wasting bandwidth (7-8 clients downloading the same mail).
Made up the configuration with fetchmailconf, and configured a cronjob, so that every 5 minutes, fetchmail runs and retrieves mail, put the popa3d to run in daemon mode in /etc/rc.d/rc.local
Works like a dream ...

but ...
Question : Is there an option or configuration setting for fetchmail to delete the "seen" messages from the server it polls after a certain number of days (i.e like Outlook has "Leave a copy of messages on the server/Delete from x days")?
Thanks for your time!