Mercurial > dnsbl
comparison 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 |
comparison
equal
deleted
inserted
replaced
58:7bb8bbf79285 | 59:510a511ad554 |
---|---|
20 start) | 20 start) |
21 # Start daemons. | 21 # Start daemons. |
22 echo -n "Starting dnsbl-milter: " | 22 echo -n "Starting dnsbl-milter: " |
23 if [ ! -f /var/lock/subsys/dnsbl ]; then | 23 if [ ! -f /var/lock/subsys/dnsbl ]; then |
24 cd /etc/dnsbl # conf file is here | 24 cd /etc/dnsbl # conf file is here |
25 /usr/sbin/dnsbl -d -p local:/var/run/dnsbl/dnsbl.sock | 25 /usr/sbin/dnsbl -d -r 54 -p local:/var/run/dnsbl/dnsbl.sock |
26 RETVAL=$? | 26 RETVAL=$? |
27 pid=`pidof -s /usr/sbin/dnsbl` | 27 pid=`pidof -s /usr/sbin/dnsbl` |
28 if [ $pid ] | 28 if [ $pid ] |
29 then | 29 then |
30 success "Starting dnsbl milter:" | 30 success "Starting dnsbl milter:" |