Hi,
I want to run fetchmail for several different e-mail accounts. At some of the accounts fetchmail doesn't have to leave a copy on the server. This is easy to do, because it's the standard.
But for the other accounts I want fetchmail to leave a copy on the server. I tried this:
Code:
fetchmail --fetchmailrc /etc/fetchmailrc -d 30
fetchmail --fetchmailrc /home/user/.fetchmailrc -d 30 -k
The -k option should do the trick but it doesn't. The problem is this:
Code:
fetchmail: can't accept options while a background fetchmail is running.
Is there a way to do this in the fetchmailrc files?
That would be the solution I guess....
Greetz
FrankY