summarylogtreecommitdiffstats
path: root/policyd-weight.service
blob: 4c65b3e0e245934800fac25c723e8633a41c8b86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=policyd-weight is a Perl policy daemon for the Postfix MTA (2.1 and later) intended to eliminate forged envelope senders and HELOs (i.e. in bogus mails).
Before=postfix.service
After=syslog.target network.target

[Service]
Type=forking
ExecStart=/usr/bin/policyd-weight start
ExecReload=/usr/bin/policyd-weight reload
ExecStop=/usr/bin/policyd-weight stop

Restart=on-failure

[Install]
WantedBy=multi-user.target