[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] RAQ 4r - Mailscanner stopped mail delivery
- Subject: Re: [cobalt-users] RAQ 4r - Mailscanner stopped mail delivery
- From: Craig St George <craig@xxxxxxxxxxxxx>
- Date: Wed Sep 11 16:42:00 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
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