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