Mercurial > dnsbl
comparison dnsbl.rc @ 86:c1280cd3e248
add multiple debug syslog levels, remove duplicate dnsbl definitions
author | carl |
---|---|
date | Tue, 19 Jul 2005 22:47:15 -0700 |
parents | 390ed250c5d2 |
children | c3e9fa6b37c6 |
comparison
equal
deleted
inserted
replaced
85:7e4a90e5f213 | 86:c1280cd3e248 |
---|---|
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 -r /var/run/dnsbl/dnsbl.resolver.sock -p local:/var/run/dnsbl/dnsbl.sock | 25 /usr/sbin/dnsbl -d 10 -r /var/run/dnsbl/dnsbl.resolver.sock -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:" |