MailScanner & Fedora Core 7
Iulian L Dragomir
iulianld at gmail.com
Sat Aug 4 17:04:00 IST 2007
On 8/4/07, Vernon Webb <vernon at comp-wiz.com> wrote:
>
> > Do
> > service MailScanner stop
> > service sendmail stop
> > service MailScanner start
> > and then try putting some mail through it again.
>
> I have tried this. I have tried rebooting the server and yet nothing is
> being labeled as SPAM.
>
> --
> MailScanner mailing list
> mailscanner at lists.mailscanner.info
> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>
> Before posting, read http://wiki.mailscanner.info/posting
>
> Support MailScanner development - buy the book off the website!
>
>
You need also for reboot:
service sendmail stop
chkconfig sendmail off
chkconfig --level 2345 sendmail off
chkconfig MailScanner on
chkconfig --level 2345 MailScanner on
service MailScanner start
as MailScanner need to be started as a service and sendmail service
must be stop.
look also to /etc/MailScanner/MailScanner.conf and check if
Scan Messages = yes
Spam Checks = yes
Use SpamAssassin = yes
Spam Modify Subject = start
Spam Subject Text = {Spam?}
for taging of the spam.
More information about the MailScanner
mailing list