From 97ee71fc57e8f081f39083459a5af866bb5d4773 Mon Sep 17 00:00:00 2001 From: gshapiro Date: Fri, 13 Jul 2001 21:51:28 +0000 Subject: MAPS is becoming a subscription (fee based) service, warn users ORBS is gone MFC after: 1 day --- etc/sendmail/freebsd.mc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'etc') diff --git a/etc/sendmail/freebsd.mc b/etc/sendmail/freebsd.mc index 24d2740..bab6aa2 100644 --- a/etc/sendmail/freebsd.mc +++ b/etc/sendmail/freebsd.mc @@ -55,8 +55,9 @@ FEATURE(mailertable, `hash -o /etc/mail/mailertable') FEATURE(relay_based_on_MX) FEATURE(virtusertable, `hash -o /etc/mail/virtusertable') -dnl Uncomment to activate Realtime Blackhole List (recommended!) -dnl information available at http://maps.vix.com/rbl/ +dnl Uncomment to activate Realtime Blackhole List +dnl information available at http://www.mail-abuse.com/ +dnl NOTE: This is a subscription service as of July 31, 2001 dnl FEATURE(dnsbl) dnl Alternatively, you can provide your own rejection message for the RBL: dnl FEATURE(dnsbl, `blackholes.mail-abuse.org', `"550 Mail from " $&{client_addr} " rejected, see http://mail-abuse.org/cgi-bin/lookup?" $&{client_addr}') @@ -64,14 +65,13 @@ dnl FEATURE(dnsbl, `blackholes.mail-abuse.org', `"550 Mail from " $&{client_addr dnl Other DNS based black hole lists dnl -------------------------------- dnl MAPS Relay Spam Stopper (RSS): http://mail-abuse.org/rss/ +dnl NOTE: This is a subscription service as of July 31, 2001 dnl FEATURE(dnsbl, `relays.mail-abuse.org', `"550 Mail from " $&{client_addr} " rejected; see http://mail-abuse.org/cgi-bin/nph-rss?" $&{client_addr}') dnl MAPS Dial-up User List (DUL): http://maps.vix.com/dul/ +dnl NOTE: This is a subscription service as of July 31, 2001 dnl FEATURE(dnsbl, `dialups.mail-abuse.org', `"550 Mail from dial-up rejected; see http://mail-abuse.org/dul/enduser.htm"') -dnl ORBS also offers a multitude of DNS based block hole lists. For more -dnl information, visit: http://www.orbs.org/usingindex.html - dnl Dialup users should uncomment and define this appropriately dnl define(`SMART_HOST', `your.isp.mail.server') -- cgit v1.1