* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [000521 20:00]:
|
|#fetchmail
|#mutt
|#.send (name of a small script that came with postfix)
can't really help with pushing the qmail queue, as I don't know much about it.
But for fetchmail, you could benefit from running it in daemon mode. Just
specify it in your .fetchmailrc.
For instance -- to poll every 300 seconds you would use this in your
fetchmailrc:
set daemon 300
(and then the poll statements follow)
You can always wake up the daemon if your are anxious for mail, by running
'fetchmail'.
-Emily