changes
authornigel <nigel>
Mon, 5 Nov 2001 21:45:26 +0000 (21:45 +0000)
committernigel <nigel>
Mon, 5 Nov 2001 21:45:26 +0000 (21:45 +0000)
howto/rbl.html
mirrors.html
toc.html

index 0344b120eccb175eb7db54b2d717112509cfc538..e35327a1763b59820ebfa265976a4ade517e151a 100644 (file)
     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 <a href="http://www.orbs.org/">ORBS</a>,
-    which is a more proactive relay blocking service</p>
+    other major source was <a href="http://www.orbs.org/">ORBS</a>,
+    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</p>
 
     <p>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 @@
 
     <p>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
     configuration file) to do this is:-</p>
 
     <pre>
-# 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
     <hr>
     <address><a href="mailto:Postmaster@exim.org">Nigel Metheringham</a></address>
 <!-- Created: Mon Aug 25 15:46:41 BST 1997 -->
-    <h4>$Id: rbl.html,v 1.2 2000/08/01 08:34:21 nigel Exp $</h4>
+    <h4>$Id: rbl.html,v 1.3 2001/05/10 11:24:39 nigel Exp $</h4>
   </body>
 </html>
index dd882d12e636bc05e80a48923c3d5c9b66ea2115..6ee8280ac1c12652ce4f91353c4843a8937c7823 100644 (file)
@@ -29,6 +29,7 @@
       <li><a href="#CANADA"><b>Canada</b></a></li>
       <li><a href="#DENMARK"><b>Denmark</b></a></li>
       <li><a href="#FINLAND"><b>Finland</b></a></li>
+      <li><a href="#FRANCE"><b>Finland</b></a></li>
       <li><a href="#GERMANY"><b>Germany</b></a></li>
       <li><a href="#GREECE"><b>Greece</b></a></li>
       <li><a href="#IRELAND"><b>Ireland</b></a></li>
@@ -38,7 +39,7 @@
       <li><a href="#POLAND"><b>Poland</b></a></li>
       <li><a href="#SOUTHAFRICA"><b>South Africa</b></a></li>
       <li><a href="#SWITZERLAND"><b>Switzerland</b></a></li>
-      <li><a href="#TAIWAN"><b>TAIWAN</b></a></li>
+      <li><a href="#TAIWAN"><b>Taiwan</b></a></li>
       <li><a href="#UK"><b>UK</b></a></li>
       <li><a href="#USA"><b>USA</b></a></li>
     </ul>
@@ -90,7 +91,7 @@
        </b>
       </dt>
     </dl>
-    <a name="FINLAND"><h3>FINLAND</h3></a>
+    <a name="FINLAND"><h3>Finland</h3></a>
     <dl>
       <dt>
        <b>
        </b>
       </dt>
     </dl>
+    <a name="FRANCE"><h3>France</h3></a>
+    <dl>
+      <dt>
+       <b>
+         <a href="http://www.doc.cs.univ-paris8.fr/mirrors/www.exim.org/">
+           http://www.doc.cs.univ-paris8.fr/mirrors/www.exim.org/</a>
+       </b>
+      </dt>
+      <dt>
+       <b>
+         <a href="ftp://ftp.doc.cs.univ-paris8.fr/mirrors/ftp.exim.org/">
+           ftp://ftp.doc.cs.univ-paris8.fr/mirrors/ftp.exim.org/</a>
+       </b>
+      </dt>
+    </dl>
     <a name="GERMANY"><h3>Germany</h3></a>
     <dl>
       <dt>
     <dl>
       <dt>
        <b>
-         <a href="ftp://ftp.quite.net/pub/exim/">
-           ftp://ftp.quite.net/pub/exim/</a>
+         <a href="http://www.us.exim.org/ftp/">
+           http://www.us.exim.org/ftp/</a>
        </b>
       </dt>
       <dd>
-       Mirrored nightly at 2:11a.m. PST
+       Updated twice per day.
       </dd>
       <dt>
        <b>
-         <a href="http://www.us.exim.org/ftp/">
-           http://www.us.exim.org/ftp/</a>
+         <a href="ftp://ftp.fsckit.net/pub/exim/">
+           ftp://ftp.fsckit.net/pub/exim/</a>
        </b>
       </dt>
       <dd>
-       Updated twice per day.
+       Updated four times per day.
       </dd>
     </dl>
     <hr>
     <address><a href="mailto:Postmaster@exim.org">Nigel Metheringham</a></address>
 <!-- Created: Mon Aug 25 15:46:41 BST 1997 -->
-    <h4>$Id: mirrors.html,v 1.2 2000/10/23 13:44:37 nigel Exp $</h4>
+    <h4>$Id: mirrors.html,v 1.3 2001/01/29 21:18:09 nigel Exp $</h4>
   </body>
 </html>
index 851780d440a2bd93f6c37578a20b227cc8acb5b8..2d49bb02a3e879e637cd36df219585a4e5e8b727 100644 (file)
--- a/toc.html
+++ b/toc.html
@@ -28,7 +28,7 @@
       <tr>
        <td align=top>
          <font size=-1>
-              <A HREF="exim-html-3.20/doc/html/oview.html"><b>Overview Documentation</b></a>
+              <A HREF="exim-html-3.30/doc/html/oview.html"><b>Overview Documentation</b></a>
          </font>
        </td>
       </tr>
        </td>
       </tr>
       <!-- -->
+      <tr>
+       <td align=top>
+         <font size=-1>
+              <A HREF="http://www.congo.exim.org/" target="_top"><b>Congo</b></a>
+         </font>
+       </td>
+      </tr>
+      <!-- -->
+      <tr>
+       <td align=top>
+         <font size=-1>
+              <A HREF="http://www.fr.exim.org/" target="_top"><b>France</b></a>
+         </font>
+       </td>
+      </tr>
+      <!-- -->
       <tr>
        <td align=top>
          <font size=-1>
        </td>
       </tr>
       <!-- -->
+      <tr>
+       <td align=top>
+         <font size=-1>
+              <A HREF="http://www.hu.exim.org" target="_top"><b>Hungary</b></a>
+         </font>
+       </td>
+      </tr>
+      <!-- -->
       <tr>
        <td align=top>
          <font size=-1>
       <!-- -->
     </table>
     <br>
-    <h6>$Id: toc.html,v 1.2 2000/11/27 11:43:02 nigel Exp $</h6>
+    <h6>$Id: toc.html,v 1.3 2000/11/29 21:37:45 nigel Exp $</h6>
 <!-- Created: Mon Aug 25 13:12:18 BST 1997 -->
   </body>
 </html>