### Uncomment matching 'start' lines below.

### Uncomment these two lines when you want milter-greylist to be a
### milter for a remote machine. 
### 'starting\ local' and 'starting local' should be uncommented
### together as former is required due to broken Fedora initscripts
### and later is the correct one

#start on starting\ local
#start on starting local


### Uncomment this line when you run want milter-greylist to be a
### milter for sendmail on the current machine

#start on starting sendmail


### Uncomment this line when you run want milter-greylist to be a
### milter for postfix on the current machine

#start on starting postfix


stop  on runlevel 0
stop  on runlevel 1
stop  on runlevel 6

respawn
exec /usr/sbin/milter-greylist -D
