diff test.bash @ 4:15a7e942adec

updates to use dcc conf files
author carl
date Wed, 21 Apr 2004 12:52:29 -0700
parents 96a9758165cd
children 793ac9cc114d
line wrap: on
line diff
--- a/test.bash	Wed Apr 21 12:52:29 2004 -0700
+++ b/test.bash	Wed Apr 21 12:52:29 2004 -0700
@@ -16,16 +16,16 @@
 chmod 700 /var/run/dnsbl
 mv -f $pid $pid.save
 rm -f /var/run/dnsbl/dnsbl.sock
-./dnsbl -p local:/var/run/dnsbl/dnsbl.sock &
-sleep 5
-P2=`cat $pid`
-mv -f $pid.save $pid
-echo started dnsbl milter as process $P2
+./dnsbl -c -p local:/var/run/dnsbl/dnsbl.sock >check.txt 2>&1
+#sleep 5
+#P2=`cat $pid`
+#mv -f $pid.save $pid
+#echo started dnsbl milter as process $P2
+#
+#/usr/lib/sendmail -bd -Ctest.cf -Ldnsbl
+#sleep 5
+#P3=`head -1 /var/run/sm-test.pid`
+#echo started sendmail as process $P3
+#
+#echo eventually "'"kill -KILL $P2 $P3"'"
 
-/usr/lib/sendmail -bd -Ctest.cf -Ldnsbl
-sleep 5
-P3=`head -1 /var/run/sm-test.pid`
-echo started sendmail as process $P3
-
-echo eventually "'"kill -KILL $P2 $P3"'"
-