I am using fetchmail in deamon mode every 5 mins to currently to download all mails. However the number of pop accounts have increased. Moreover some of the accounts receive mails more frequently while some receive only a few in a day.
I want to run two deamons one every 5 mins and another every 15 mins. I am able to run two seperate scripts (other than .fetchmailrc) but when one time works in daemon mode the other cannot be executed.
Please advise.
Noel. _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
On Thu, 5 Jul 2001, noel seq wrote:
I am using fetchmail in deamon mode every 5 mins to currently to download I want to run two deamons one every 5 mins and another every 15 mins.
This is what I do:
set daemon 300 poll konark.ncst.ernet.in with proto POP3 uidl ... poll mail.vsnl.net with proto POP3 uidl interval 3 ...
Which means that konark is polled every 5 minutes, and vsnl every 15 minutes. Good?
Philip