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