Queue Run Interval
From Roaring Penguin
Revision as of 11:59, 8 December 2015 by MCoyne (talk | contribs) (Created page with "How to change the queue running time on the CanIt appliance. You need to look in the /etc/mail/sendmail.conf file. The two parameters you are interested in are: MSP_INT...")
How to change the queue running time on the CanIt appliance.
You need to look in the /etc/mail/sendmail.conf file. The two parameters you are interested in are:
MSP_INTERVA and QUEUE_INTERVAL
There is a brief explanation of each in the file or you can search the web.
Remember if you make any changes to the sendmail.conf you must run the following command before it takes effect:
make -C /etc/mail && /etc/init.d/sendmail reload