Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jun 2011 04:33:44 +0000 (UTC)
From:      Gregory Neil Shapiro <gshapiro@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r223068 - head/etc/sendmail
Message-ID:  <201106140433.p5E4XirN013539@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gshapiro
Date: Tue Jun 14 04:33:43 2011
New Revision: 223068
URL: http://svn.freebsd.org/changeset/base/223068

Log:
  Update DNSBL information (MAPS has been acquired, used a generic example)

Modified:
  head/etc/sendmail/freebsd.mc

Modified: head/etc/sendmail/freebsd.mc
==============================================================================
--- head/etc/sendmail/freebsd.mc	Tue Jun 14 04:20:18 2011	(r223067)
+++ head/etc/sendmail/freebsd.mc	Tue Jun 14 04:33:43 2011	(r223068)
@@ -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')



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106140433.p5E4XirN013539>