![]() |
fetchmailrc question
I am getting inundated with messages from fetchmail. Since I am not using syslog, I guess it is sending it via email. I can only find information on how to turn off syslog. How do I turn off (or modify to get only errors) all these warning emails? TIA.
|
What do these warnings look like?
|
One for each mailbox each time fetchmail runs:
fetchmail: Warning: "Maillennium POP3/PROXY server" found, using RETR command instead of TOP. fetchmail: No mail for mailbox at mail.mydomain.net |
Take a look at
Code:
man fetchmail |
Thanks but that didn't change anything. I still get the same warnings every 5 minutes.
|
Where did you add the switch? In the fetchmailrc file (don't know if that works), or in the fetchmail startup command in the fetchmail init script (probably /etc/init.d/fetchmail)?
|
I run fetchmail from cron.
*/5 * * * * /usr/bin/fetchmail --silent |
Can you post the fetchmailrc file (please x out the passwords!)?
|
Thanks for your time. Here it is:
Code:
set postmaster "mailman" |
Not sure if this works, but maybe you can add "silent" to each mailbox, e.g.:
Code:
poll mailhost.somedomain.com |
| All times are GMT +2. The time now is 11:55. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.