1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
[Unit] Description=Prefix WhoIs Milter Service Before=postfix.service [Service] Type=forking ExecStart=/usr/local/bin/pwhois_milter \ -i /run/pwhois_milter/pwhois_milter.pid \ -l /var/log/mail/mail.log \ -u postfix -g postfix \ -w global.pwhois.org Restart=always RestartSec=5 TimeoutSec=10 [Install] WantedBy=multi-user.target