6 .
/etc
/conf.d
/sid-filter.conf
8 PID
=`pidof -o %PPID /usr/sbin/sid-filter`
11 stat_busy
"Starting SenderID Milter"
12 if [ -z "$PID" ]; then
13 /usr
/sbin
/sid-filter
$SID_FILTER > /dev
/null
&
15 if [ ! -z "$PID" -o $?
-gt 0 ]; then
23 stat_busy
"Stopping SenderID Milter"
24 [ ! -z "$PID" ] && kill $PID &> /dev
/null
38 echo "usage: $0 {start|stop|restart}"