[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mailscanner fix Was Re: [cobalt-users] Bassi Mailscanner Problem



> Heya Folks,
>
> I'm having some trouble with the bassi mailscanner.
> I'm using a version from a while ago on my raq3, as I'm not sure if an
> update has come out yet.

> But basically the mailscanner seems to return an error when shutting down.
>

I have placed 2 scripts at the following location.

The scripts replace the following file on your Raq.

/etc/rc.d/init.d/mailscanner

There are two versions , depending on where you have mailscanner installed.

http://www.raqateers.com/downloads/mailscanner_usr_local

Is if you have mailscanner installed in /usr/local


and

http://www.raqateers.com/downloads/mailscanner_home_opt

Is if you it installed in /home/opt

Thanks !

Just a small note, not sure if this applies to everyone.
I used the home_opt version, I had to change the following lines:

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

to this:

/usr/sbin/sendmail -bd -ODeliveryMode=queueonly \
         -OQueueDirectory=/home/spool/mqueue.in

Otherwise the incoming sendmail fails to restart with a file not found error.
It works great otherwise :-)

Cheers,
Kam.