Hi P Test,
try following lines at the last of ur sendmail.mc file
FEATURE(`dnsbl', `list.dsbl.org', `"550 Mail from " $`'&{client_addr} " refused - see http://dsbl.org/"')dnl
FEATURE(`dnsbl', `bl.spamcop.net', `"550 Mail from " $`'&{client_addr} " refused - see http://spamcop.net/bl.shtml"')dnl
FEATURE(`dnsbl', `blackholes.easynet.nl', `"550 Mail from " $`'&{client_addr} " refused - see http://abuse.easynet.nl/blackholes.html"')dnl
FEATURE(`dnsbl', `blackholes.mail-abuse.org', `"550 Mail from " $`'&{client_addr} " refused - see http://mail-abuse.org"')dnl
FEATURE(`dnsbl', `sbl.spamhaus.org', `"550 Mail from " $`'&{client_addr} " refused - see http://www.spamhaus.org/sbl/"')dnl
FEATURE(`dnsbl', `relays.ordb.org', `"550 Mail from " $`'&{client_addr} " refused - see http://www.ordb.org/faq/\#why_rejected"')dnl
here is some example database dsbl.org , spamcop.net, easynet.nl, mail-abuse.org spamhaus.org , ordb.org
u can find more databses through googleing and just use that database with another line. just follow the above lines starting from "FEATURE" and end with "dnl"
dont forget to
m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf
after editing ur sendmail.mc file
Last edited by orko; 03-01-2006 at 09:47 AM.
|