497f8ed
[Unit]
497f8ed
Description=Postfix Greylisting Service
0f06bbc
Documentation=man:postgrey(8)
497f8ed
Before=postfix.service
497f8ed
497f8ed
[Service]
497f8ed
Type=forking
497f8ed
EnvironmentFile=-/etc/sysconfig/postgrey
497f8ed
ExecStartPre=-/bin/rm -f /var/run/postgrey.pid
497f8ed
PIDFile=/var/run/postgrey.pid
497f8ed
ExecStart=/usr/sbin/postgrey \
3fb603a
 $POSTGREY_TYPE \
3fb603a
 $POSTGREY_PID \
3fb603a
 $POSTGREY_GROUP \
3fb603a
 $POSTGREY_USER \
b8223c5
 '--greylist-text=Greylisted for %%s seconds' \
497f8ed
 --daemonize \
3fb603a
 $POSTGREY_DELAY \
497f8ed
 $POSTGREY_OPTS
497f8ed
497f8ed
Restart=always
497f8ed
RestartSec=1
0f06bbc
TimeoutSec=5
497f8ed
497f8ed
[Install]
497f8ed
WantedBy=multi-user.target