Date: Thu, 12 Sep 2002 11:41:38 +1200
To: cobalt-users@xxxxxxxxxxxxxxx
From: Craig St George <craig@xxxxxxxxxxxxx>
Subject: Re: [cobalt-users] RAQ 4r - Mailscanner stopped mail delivery
Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>I installed Bassi's Mailscanner PKG, and it all works fine, but from time
>to time Mailscanner stop delivery, and I need ti manually restart
>mailscanner. Thereafter works again fine until the next time is delivery
>stopped. have any the same experience? Any solution known? Thanks in
advance.
Hi have a look in the
/etc/cron.hourly
and look at the
check_mailscanner
I found I had to change this line
/usr/local/MailScanner/bin/check_mailscanner >/dev/null 2>&1
to
/home/opt/MailScanner/bin/check_mailscanner >/dev/null 2>&1
also when you do
/etc/rc.d/init.d/mailscanner restart
do you get an error ?
if so then the init script may need some changes I have an example of that
if you need it
thanks to some help on the mailscanner list and also Steve came up with a
better one then mine that
works a bit better