Mercurial > dnsbl
diff dnsbl.rc @ 59:510a511ad554
Add resolver processes to allow better performance on busy machines
author | carl |
---|---|
date | Mon, 03 Jan 2005 18:35:50 -0800 |
parents | 6b79046b18c2 |
children | 390ed250c5d2 |
line wrap: on
line diff
--- a/dnsbl.rc Thu Oct 28 22:54:34 2004 -0700 +++ b/dnsbl.rc Mon Jan 03 18:35:50 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 -p local:/var/run/dnsbl/dnsbl.sock + /usr/sbin/dnsbl -d -r 54 -p local:/var/run/dnsbl/dnsbl.sock RETVAL=$? pid=`pidof -s /usr/sbin/dnsbl` if [ $pid ]