snip ..
If you've already got qmail-scanner working, getting SpamAssasin in the
mix should be extremely easy.

Yes i do have qmail-scanner and clamav running .. i have also decided not to
use procmail ..

i have reemerged qmail-scanner it has added it as a scanner, but now is
there a need to create any files in the virtual users domains?

need i create a mailfilter file looking like below
################
Create a /etc/mailfilter file with the following:
##############################
#mailfilter
##############################
import EXT
import HOST
import HOME

SPAMBOX=".Spam"
VHOME=`/opt/vpopmail/bin/vuserinfo -d [EMAIL PROTECTED]

if ((/^X-Spam-Status:.*YES/))
{
   `test -d $VHOME/Maildir/.Spam`
   if( $RETURNCODE == 1 )
   {
   `/usr/local/bin/maildirmake $VHOME/Maildir/.Spam;chown -R vpopmail.vchkpw
$VHOME/Maildir/.Spam`
   `echo "INBOX.Spam" >> $VHOME/Maildir/courierimapsubscribed`
   }
   to "$VHOME/Maildir/.Spam/"
}

to "$VHOME/Maildir/"
#############################

what should my /etc/mail/spamassassin/local.cf look like for general
protection until i catch on here?

thanks ..



--
[EMAIL PROTECTED] mailing list

Reply via email to