diff xml/dnsbl.in @ 44:6b79046b18c2

changes for 3.2
author carl
date Fri, 09 Jul 2004 07:53:02 -0700
parents fc7f8f3ea90f
children 05957b18b2e6
line wrap: on
line diff
--- a/xml/dnsbl.in	Mon Jul 05 22:24:22 2004 -0700
+++ b/xml/dnsbl.in	Fri Jul 09 07:53:02 2004 -0700
@@ -171,18 +171,18 @@
 line in your sendmail.mc and rebuild the .cf file
 
 <pre>
-INPUT_MAIL_FILTER(`dnsbl', `S=local:/var/run/dnsbl.sock, F=T, T=C:30s;S:2m;R:2m;E:5m')
+INPUT_MAIL_FILTER(`dnsbl', `S=local:/var/run/dnsbl/dnsbl.sock, F=T, T=C:30s;S:2m;R:2m;E:5m')
 </pre>
 
 Read the sample <a
-href="http://www.five-ten-sg.com/dnsbl.conf">var/dnsbl/dnsbl.conf</a>
+href="http://www.five-ten-sg.com/dnsbl.conf">/etc/dnsbl/dnsbl.conf</a>
 file and modify it to fit your configuration.  You can test your
 configuration files, and see a readable internal dump of them on stdout
 with
 
 <pre>
-cd /var/dnsbl
-./dnsbl -c
+cd /etc/dnsbl
+/usr/sbin/dnsbl -c
 </pre>
 
 <pre>