diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-06-20 09:24:03 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-06-20 09:24:03 +0000 |
commit | 64480762d40c0d6aa9839f3dad52cc7983f0dd61 (patch) | |
tree | ce26d48c5c1f2ea8373c70a6af2d6e28df102126 /mail/exim/files/patch-src::configure.default | |
parent | upgrade to 0.1.4 (diff) |
The commented RBL stuff in configure.default was not updated as
expected in exim-3.30 release. Apply a patch from the author,
which will be included in exim-3.31 if such a release ever occurs.
Notes
Notes:
svn path=/head/; revision=44248
Diffstat (limited to '')
-rw-r--r-- | mail/exim/files/patch-src::configure.default | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/mail/exim/files/patch-src::configure.default b/mail/exim/files/patch-src::configure.default index 9096beabbc5b..80d00f2e1d7d 100644 --- a/mail/exim/files/patch-src::configure.default +++ b/mail/exim/files/patch-src::configure.default @@ -18,6 +18,29 @@ # The setting below causes Exim to do a reverse DNS lookup on all incoming # IP calls, in order to get the true host name. If you feel this is too +@@ -162,16 +166,16 @@ + # sender_verify + + +-# Exim contains support for the Realtime Blocking List (RBL) that is being +-# maintained as part of the DNS. See http://maps.vix.com/rbl/ for background. ++# Exim contains support for the Realtime Blackhole List (RBL) that is being ++# maintained as part of the DNS. See http://mail-abuse.org/rbl/ for background. + # Uncommenting the first line below will make Exim reject mail from any +-# host whose IP address is blacklisted in the RBL at maps.vix.com. Some +-# others have followed the RBL lead and have produced other lists: DUL is ++# host whose IP address is blacklisted in the RBL at blackholes.mail-abuse.org. ++# Some others have followed the RBL lead and have produced other lists: DUL is + # a list of dial-up addresses, and there are also a number of other lists + # of various kinds at orbs.org. + +-# rbl_domains = rbl.maps.vix.com +-# rbl_domains = rbl.maps.vix.com:dul.maps.vix.com ++# rbl_domains = blackholes.mail-abuse.org ++# rbl_domains = blackholes.mail-abuse.org:dialups.mail-abuse.org + + + # If you want Exim to support the "percent hack" for all your local domains, @@ -230,8 +234,8 @@ delivery_date_add envelope_to_add |