some messages not getting scanned

Kurt Yoder kylist at SHCORP.COM
Mon Mar 25 20:32:11 GMT 2002


Nick Phillips said:
> On Sun, Mar 24, 2002 at 11:07:33AM -0500, Kurt Yoder wrote:
>> Hello all
>>
>> I'm noticing that some messages are not being scanned by mailscanner.
>> They simply pass through and get no "X-MailScanner: Found to be clean"
>> message. Here's an example from my logs:
>>
>> Mar 24 10:27:25 pangaea sm-mta[13995]: g2OFRPt2013995:
>> from=<FireYourBoss at mail5.bbwgroup.com>, size=2721, class=0, nrcpts=1,
>> msgid=<200203241527.g2OFROKC007439 at eurasia.shcorp.com>,
>> bodytype=8BITMIME, proto=ESMTP, daemon=MTA, relay=eurasia.shcorp.com
>> [10.10.2.5]
>> Mar 24 10:27:43 pangaea sm-mta[14002]: g2OFRPt2013995:
>> to=besales1 at aragorn.shcorp.com, delay=00:00:18, xdelay=00:00:00,
>> mailer=esmtp, pri=123422, relay=aragorn.shcorp.com. [10.10.1.235],
>> dsn=2.0.0, stat=Sent (g2OFRhf83782 Message accepted for delivery)
>
> Looks like the secoond sendmail is using the same queue as the first
> one. So, most likely your sendmail is not configured right.
>
> In fact, if it only happens sometimes, I'd say that your "incoming"
> sendmail is the one that's wrong - it's probably queue-running as well
> as accepting incoming messages.
>
> I can't remember where the option to change that is in Debian, though.
> You did say you were using Debian, didn't you?
>
> Have a look in /etc/defaults/sendmail or somewhere like that; I'll try
> to find out exactly where.
>
>
>
> Cheers,
>
>
> Nick
>
> --
> Nick Phillips -- nwp at lemon-computing.com
> Good news.  Ten weeks from Friday will be a pretty good day.

Yah, Debian... here's my setup:

root at pangaea:/etc/mail# cat sendmail.conf | grep -v ^# | grep -v ^$
DAEMON_MODE="Daemon";
DAEMON_PARMS="-ODeliveryMode=queueonly
-OQueueDirectory=/var/spool/mqueue.in";DAEMON_HOSTSTATS="Yes";
DAEMON_MAILSTATS="No";
QUEUE_MODE="${DAEMON_MODE}";
QUEUE_INTERVAL="10";
QUEUE_PARMS="";
MSP_MODE="${QUEUE_MODE}";
MSP_INTERVAL="${QUEUE_INTERVAL}";
MSP_PARMS="${QUEUE_PARMS}";
MSP_MAILSTATS="No";
MISC_PARMS="";
CRON_MAILTO="root";
CRON_PARMS="";
AGE_DATA="";
DAEMON_STATS="${DAEMON_MAILSTATS}";
MSP_STATS="${MSP_MAILSTATS}";

Looks to me like it *should* be using mqueue.in to deliver incoming
messages...
--
Kurt Yoder
Sport & Health network administrator



More information about the MailScanner mailing list