Mercurial > dnsbl
comparison test.bash @ 16:2ae8d953f1d0
add scanning for bare hostnames
author | carl |
---|---|
date | Thu, 29 Apr 2004 21:56:22 -0700 |
parents | 443aa0e8c6fa |
children | ccf2c2651c1d |
comparison
equal
deleted
inserted
replaced
15:6a21f7a3b002 | 16:2ae8d953f1d0 |
---|---|
41 echo start the milter | 41 echo start the milter |
42 mkdir -p /var/run/dnsbl | 42 mkdir -p /var/run/dnsbl |
43 chmod 700 /var/run/dnsbl | 43 chmod 700 /var/run/dnsbl |
44 mv -f $pid $pid.save | 44 mv -f $pid $pid.save |
45 rm -f /var/run/dnsbl/dnsbl.sock | 45 rm -f /var/run/dnsbl/dnsbl.sock |
46 ./dnsbl -p local:/var/run/dnsbl/dnsbl.sock | 46 ./dnsbl -d -p local:/var/run/dnsbl/dnsbl.sock |
47 sleep 5 | 47 sleep 5 |
48 P2=`cat $pid` | 48 P2=`cat $pid` |
49 mv -f $pid.save $pid | 49 mv -f $pid.save $pid |
50 echo started dnsbl milter as process $P2 | 50 echo started dnsbl milter as process $P2 |
51 | 51 |