I have the following for mqueue in sendmail.cf:
# queue directory
O QueueDirectory=/var/spool/mqueue
And in MailScanner.conf, I have the following:
Incoming Queue Dir = /var/spool/mqueue
What I'm a little confused about is why did I have to do this based on the
how-to at http://www.uk2raq.com/raqfaq/raqfaqshow.php?faq=96:
cd /var/spool
mv /var/spool/mqueue.in/ /home/spool/
ln -s ../../home/spool/mqueue.in /var/spool/mqueue.in
And the how-to at mailscanner
http://www.sng.ecs.soton.ac.uk/mailscanner/faq.shtml#17 states something
different:
mv /var/spool/mqueue/q*/* /var/spool/mqueue
rmdir /var/spool/mqueue/q*
So, which one is correct? Here is my mqueue and mqueue.in directories on my
Raq3: