A couple of questions
Mike Kercher
mike at CAMAROSS.NET
Thu Sep 5 12:53:50 IST 2002
One of the machines I have MS installed on is a RAQ too and I also had
the problem of the init script not killing the mailscanner process. I
had to modify the init script to kill 'perl' instead of 'mailscanner'.
Luckily, I don't have any other perl processes running on that box :) I
know it's not a clean fix, but it works. Below is the stop section from
my init script.
stop)
# Stop daemons.
echo 'Shutting down MailScanner daemons:'
echo -n ' MailScanner: '
killproc perl
echo
echo -n ' incoming sendmail: '
killproc sendmail 2>/dev/null
echo
echo -n ' outgoing sendmail: '
killproc /usr/sbin/sendmail 2>/dev/null
RETVAL=$?
echo
[ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/mailscanner
;;
Mike
-----Original Message-----
From: MailScanner mailing list [mailto:MAILSCANNER at JISCMAIL.AC.UK] On
Behalf Of craig
Sent: Thursday, September 05, 2002 4:39 AM
To: MAILSCANNER at JISCMAIL.AC.UK
Subject: Re: A couple of questions
> >When does it use the
> >Deleted Virus Message Report
> >and
> >Deleted Bad Filename reports ?
> >when virus scanning ?
>
> If an attachment fails the filename checking, and the attachment is
> not being saved to disk (i.e. "Action = delete", then the badly-named
> attachment will be replaced by the "Delete Bad Filename Report".
Thnaks for that I found the problem I m using this on cobalt raq and
seems that the init script does not kill mailscanner when you do a stop
or restart it does that to sendmail process so this is why when I did
the chnages to mailscanner.conf they did not show up
I will check out that init script and find out why and let Mr Bassi know
if its a bug
More information about the MailScanner
mailing list