Problems

Matt Kettler mkettler at EVI-INC.COM
Thu Jun 24 18:13:33 IST 2004


At 12:32 PM 6/24/2004, Dave Shariff Yadallee - System Administrator a.k.a.
The Root of wrote:
>/usr/sbin/sendmail -bd -OPrivacyOptions=noetrn -ODeliveryMode=queueonly
>-OQueueDirectory=/var/spool/mqueue.in -q1m
>
>ALSO
>
>Here is a log snippet
>
>Jun 24 16:32:00 doctor MailScanner[9882]: New Batch: Found 103 messages
>waiting
>Jun 24 16:32:00 doctor MailScanner[9882]: New Batch: Scanning 13 messages,
>3992361 bytes
>
>but it seems to be doing nothing at all :-s

Where's your other sendmail?  Why are you passing -q1m to your inbound
sendmail?

You should have two distinct sendmail startups.

An inbound one, which does queueonly, and does NOT have a -q parameter

/usr/sbin/sendmail -bd -OPrivacyOptions=noetrn -ODeliveryMode=queueonly
-OQueueDirectory=/var/spool/mqueue.in


And a completely separate sendmail which does delivery

/usr/sbin/sendmail  -q1m

Note that the second sendmail does not use mqueue.in as it's queue
directory.. this is very important.

-------------------------- MailScanner list ----------------------
To leave, send    leave mailscanner    to jiscmail at jiscmail.ac.uk
Before posting, please see the Most Asked Questions at
http://www.mailscanner.biz/maq/     and the archives at
http://www.jiscmail.ac.uk/lists/mailscanner.html



More information about the MailScanner mailing list