From bdc336af5be2df5b231018a2b5d0a76f04ae10fc Mon Sep 17 00:00:00 2001 From: nigel Date: Mon, 5 Nov 2001 21:45:26 +0000 Subject: [PATCH] changes --- howto/rbl.html | 17 +++++++++-------- mirrors.html | 34 +++++++++++++++++++++++++--------- toc.html | 28 ++++++++++++++++++++++++++-- 3 files changed, 60 insertions(+), 19 deletions(-) diff --git a/howto/rbl.html b/howto/rbl.html index 0344b12..e35327a 100644 --- a/howto/rbl.html +++ b/howto/rbl.html @@ -19,8 +19,10 @@ services although with different aims, procedures and reliabilities have been introduced - MAPS itself has a number of these (ie MAPS/DUL which maintains lists of dial up modems), the - other major source is ORBS, - which is a more proactive relay blocking service

+ other major source was ORBS, + which is a more proactive relay blocking service, however this has + recently closed down. For this reason the examples now use RSS + from mail-abuse.org in place of ORBS

Exim can use the MAPS RBL and/or any other similarly defined service (ie you could make your own additional maps as well). To @@ -56,7 +58,7 @@

A typical configuration would be a mail system which rejects mail from machines that appear within either the MAPS RBL list or - the MAPS DUL (Dial-Up List), and also checks hosts in the ORBS + the MAPS DUL (Dial-Up List), and also checks hosts in the RSS lists but only marking each message has coming via an RBLed host rather than rejecting them. Additionally all mail to the local postmaster always gets through, even if the host is in the MAPS @@ -69,12 +71,11 @@ configuration file) to do this is:-

-# reject messages whose sending host is in MAPS/RBL
-# add warning to messages whose sending host is in ORBS
+# reject messages whose sending host is in MAPS/RBL & MAP/DUL
+# add warning to messages whose sending host is in RSS
 rbl_domains = blackholes.mail-abuse.org/reject : \
         dialups.mail-abuse.org/reject : \
-        relays.mail-abuse.org/reject : \
-        relays.orbs.org/warn
+        relays.mail-abuse.org/warn 
 # check all hosts other than those on internal network
 rbl_hosts = !192.168.0.0/24:0.0.0.0/0
 # but allow mail to postmaster@my.dom.ain even from rejected host
@@ -90,6 +91,6 @@ rbl_log_rcpt_count	# log recipient info of accepted RBLed messages
     
Nigel Metheringham
-

$Id: rbl.html,v 1.2 2000/08/01 08:34:21 nigel Exp $

+

$Id: rbl.html,v 1.3 2001/05/10 11:24:39 nigel Exp $

diff --git a/mirrors.html b/mirrors.html index dd882d1..6ee8280 100644 --- a/mirrors.html +++ b/mirrors.html @@ -29,6 +29,7 @@
  • Canada
  • Denmark
  • Finland
  • +
  • Finland
  • Germany
  • Greece
  • Ireland
  • @@ -38,7 +39,7 @@
  • Poland
  • South Africa
  • Switzerland
  • -
  • TAIWAN
  • +
  • Taiwan
  • UK
  • USA
  • @@ -90,7 +91,7 @@ -

    FINLAND

    +

    Finland

    @@ -105,6 +106,21 @@
    +

    France

    +
    +
    + + + http://www.doc.cs.univ-paris8.fr/mirrors/www.exim.org/ + +
    +
    + + + ftp://ftp.doc.cs.univ-paris8.fr/mirrors/ftp.exim.org/ + +
    +

    Germany

    @@ -331,26 +347,26 @@
    - - ftp://ftp.quite.net/pub/exim/ + + http://www.us.exim.org/ftp/
    - Mirrored nightly at 2:11a.m. PST + Updated twice per day.
    - - http://www.us.exim.org/ftp/ + + ftp://ftp.fsckit.net/pub/exim/
    - Updated twice per day. + Updated four times per day.

    Nigel Metheringham
    -

    $Id: mirrors.html,v 1.2 2000/10/23 13:44:37 nigel Exp $

    +

    $Id: mirrors.html,v 1.3 2001/01/29 21:18:09 nigel Exp $

    diff --git a/toc.html b/toc.html index 851780d..2d49bb0 100644 --- a/toc.html +++ b/toc.html @@ -28,7 +28,7 @@ - Overview Documentation + Overview Documentation @@ -108,6 +108,22 @@ + + + + Congo + + + + + + + + France + + + + @@ -116,6 +132,14 @@ + + + + Hungary + + + + @@ -167,7 +191,7 @@
    -
    $Id: toc.html,v 1.2 2000/11/27 11:43:02 nigel Exp $
    +
    $Id: toc.html,v 1.3 2000/11/29 21:37:45 nigel Exp $
    -- 2.30.2