diff dnsbl.rc @ 60:390ed250c5d2 stable-4-1

use local unix domain socket for resolver process communication
author carl
date Thu, 06 Jan 2005 11:35:38 -0800
parents 510a511ad554
children c1280cd3e248
line wrap: on
line diff
--- a/dnsbl.rc	Mon Jan 03 18:35:50 2005 -0800
+++ b/dnsbl.rc	Thu Jan 06 11:35:38 2005 -0800
@@ -22,7 +22,7 @@
         echo -n "Starting dnsbl-milter: "
         if [ ! -f /var/lock/subsys/dnsbl ]; then
             cd /etc/dnsbl   # conf file is here
-            /usr/sbin/dnsbl -d -r 54 -p local:/var/run/dnsbl/dnsbl.sock
+            /usr/sbin/dnsbl -d -r /var/run/dnsbl/dnsbl.resolver.sock -p local:/var/run/dnsbl/dnsbl.sock
             RETVAL=$?
             pid=`pidof -s /usr/sbin/dnsbl`
             if [ $pid ]