svn commit: r223321 - stable/7/etc/sendmail
Gregory Neil Shapiro
gshapiro at FreeBSD.org
Mon Jun 20 02:05:56 UTC 2011
Author: gshapiro
Date: Mon Jun 20 02:05:56 2011
New Revision: 223321
URL: http://svn.freebsd.org/changeset/base/223321
Log:
MFC: Update DNSBL information (MAPS has been acquired, used a generic example)
Modified:
stable/7/etc/sendmail/freebsd.mc
Directory Properties:
stable/7/etc/ (props changed)
Modified: stable/7/etc/sendmail/freebsd.mc
==============================================================================
--- stable/7/etc/sendmail/freebsd.mc Mon Jun 20 02:04:20 2011 (r223320)
+++ stable/7/etc/sendmail/freebsd.mc Mon Jun 20 02:05:56 2011 (r223321)
@@ -66,12 +66,10 @@ dnl so this file will not serve as a dat
dnl For that, visit
dnl http://www.google.com/Top/Computers/Internet/E-mail/Spam/Blacklists/
-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 Uncomment to activate your chosen DNS based blacklist
+dnl FEATURE(dnsbl, `dnsbl.example.com')
dnl Alternatively, you can provide your own server and rejection message:
-dnl FEATURE(dnsbl, `blackholes.mail-abuse.org', ``"550 Mail from " $&{client_addr} " rejected, see http://mail-abuse.org/cgi-bin/lookup?" $&{client_addr}'')
+dnl FEATURE(dnsbl, `dnsbl.example.com', ``"550 Mail from " $&{client_addr} " rejected'')
dnl Dialup users should uncomment and define this appropriately
dnl define(`SMART_HOST', `your.isp.mail.server')
More information about the svn-src-stable
mailing list