DAEMON=yes QUEUE=1h |
Change the Queue Runner Interval in Sendmail
The default in CentOS 5.x is 1 hour:
# pgrep -lf "Queue runner" 12443 sendmail: Queue runner@01:00:00 for /var/spool/clientmqueue
You can change it editing /etc/sysconfig/sendmail (ie. set 30 minutes):
DAEMON=yes
QUEUE=30m
It’s easy, isn’t it? Useful for mail backup MXs that may need shorter queue run times.
REFERENCES
http://www.redhat.com/support/resources/howto/RH-sendmail-HOWTO/x95.html
http://www.redhat.com/support/resources/faqs/RH-sendmail-FAQ/x190.html
http://www.cyberciti.biz/tips/force-sendmail-to-deliver-a-message-in-sendmails-mail-queue.html