mqueue and mqueue.in have more files than necessary ... should I worry?

TAC Forums tac.forums at gmail.com
Sat Apr 1 13:36:04 IST 2006


On 3/31/06, Julian Field <MailScanner at ecs.soton.ac.uk> wrote:
> Switch off the incoming sendmail (kill the one that listening for
> messages).

Is that the one that says 'sendmail: accepting connections' when I do
a 'ps ax', or is the one that says '/usr/sbin/sendmail -q15m -OPidFile
/var/run/sendmail.out.pid'

> Wait for MailScanner to stop delivering any new messages.
> Delete everything left in mqueue.in.
> Stop MailScanner completely and restart it.

Wouldn't this work fine too?
===================================
cd /var/spool/mqueue.in
find . -mtime +5 -print | xargs rm
===================================

--
TAC Support Team


More information about the MailScanner mailing list