Mqueue.in huge

Res res at ausics.net
Mon Feb 12 23:05:33 CET 2007


Hi,

On Mon, 12 Feb 2007, Marcello Anderlini wrote:

> I beg your pardon but how can set my MTA (I use sendmail) to use blacklist
> and to reject automaticaly email ?

Add this to your sendmail.mc file in sendmail-source/cf/cf
The 'FEATURE' to 'dnl' is all on one line

FEATURE(`blacklist_recipients')dnl # <--- this should be already there


FEATURE(`enhdnsbl', `zen.spamhaus.org', `"553 rejected - see 
http://www.spamhaus.org/query/bl?ip="$&{client_addr}', `')dnl

FEATURE(`enhdnsbl', `bl.spamcop.net', `"553 rejected - see 
http://spamcop.net/bl.shtml?"$&{client_addr}', `')dnl

FEATURE(`enhdnsbl',`dnsbl.sorbs.net',`"553 rejected - " $&{client_addr} " 
found in dnsbl.sorbs.net"', `')dnl

FEATURE(`enhdnsbl', `combined.njabl.org', `"553 rejected - see 
http://njabl.org/lookup?"$&{client_addr}', `')dnl

Then ./Build install-cf
and restart sendmail

> And also how can I turn off spamassin in Mailscanner.conf ?

Use SpamAssassin = yes
to
Use SpamAssassin = no
then 
killall -HUP MailScanner

-- 
Cheers
Res

"We can be Heroes, just for one day" - Davey (Jones) Bowie




More information about the MailScanner mailing list