diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2001-02-12 05:26:11 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2001-02-12 05:26:11 +0000 |
commit | 4c3793638765ff02ffe1e33b403b027b5b97eaf5 (patch) | |
tree | 49e27ee2177be9fcc9157932f057355a10f39051 | |
parent | 21629372f842d8268cfd5b6ab5e709a022ed1089 (diff) | |
download | FreeBSD-src-4c3793638765ff02ffe1e33b403b027b5b97eaf5.zip FreeBSD-src-4c3793638765ff02ffe1e33b403b027b5b97eaf5.tar.gz |
Give some additional DNS black hole possibilities as comments.
Submitted by: clive
-rw-r--r-- | etc/sendmail/freebsd.mc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/sendmail/freebsd.mc b/etc/sendmail/freebsd.mc index bc149d3..0bc5d41 100644 --- a/etc/sendmail/freebsd.mc +++ b/etc/sendmail/freebsd.mc @@ -53,7 +53,9 @@ FEATURE(blacklist_recipients)dnl FEATURE(virtusertable, `hash -o /etc/mail/virtusertable')dnl dnl Uncomment to activate Realtime Blackhole List (recommended!) dnl information available at http://maps.vix.com/rbl/ -dnl FEATURE(dnsbl)dnl +dnl FEATURE(dnsbl,`blackholes.mail-abuse.org',` Mail from $&{client_addr} rejected, see http://mail-abuse.org/cgi-bin/lookup?$&{client_addr}')dnl +dnl FEATURE(dnsbl,`relays.mail-abuse.org',` Mail from $&{client_addr} rejected; see http://mail-abuse.org/cgi-bin/nph-rss?$&{client_addr}')dnl +dnl FEATURE(dnsbl,`dialups.mail-abuse.org',` Mail from dial-up rejected; see http://mail-abuse.org/dul/enduser.htm') dnl Many sites reject email connections from dialup ip addresses dnl by using the MAPS Dial-up User List (DUL). http://maps.vix.com/dul/ dnl Dialup users should uncomment and define this appropriately |