This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| 
                    rdnsbls [2006/12/08 14:25] adam removed  | 
                — (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== DNSBLs ===== | ||
| - | [[http:// | ||
| - | |||
| - | Commonly used DNSBLs inlude: | ||
| - | |||
| - | sbl-xbl.spamhaus.org | ||
| - | list.dsbl.org | ||
| - | dynablock.njabl.org (or dnsbl.njabl.org, | ||
| - | dnsbl.sorbs.net | ||
| - | bl.spamcop.org | ||
| - | |||
| - | There are many more. You can get more information on them from their respective home pages. I stopped bl.spamcop.org when I found it was rejecting Yahoo' | ||
| - | |||
| - | The idea is that you configure your mail server to call out to one or more blacklists when it receives a mail. It checks the list and refuses the mail if the sender' | ||
| - | |||
| - | Below is some config to add it your Exim configuration if you are not already using DNSBLs, place it in your Exim ACLs. | ||
| - | |||
| - |   deny    message  | ||
| - |           | ||
| - |           | ||
| - |           dnslists  | ||
| - | |||
| - | Here I am allowing users who can authenticate (I use SMTP authentication) and those email addresses which are locally whitelisted in the sender_whitelist file. | ||