Started playing with Sendmail queue groups this morning, and I’ve got a queue group set up on KE for the local mailer.
The following needs to be added to the mc file:
QUEUE_GROUP(`qlocal', `P=/var/spool/mqueue/qlocal, F=f, I=1m')The directory /var/spool/mqueue/qlocal needs to be created (and it must be below /var/spool/mqueue). Restart sendmail, and it’s happy. You can see the contents of that queue by specifying -qGqlocal for mailq. Run that queue the same way with sendmail to process it by hand.
The high power way to do this would be to play with the filesystems that the queue directories are on.
Posted by Rowan Littell at March 3, 2005 11:07 AM