114c182
As of spampd-2.30-16, the software has been converted to systemd.
114c182
114c182
The PID file is no longer created, because spampd does not background itself.
114c182
114c182
To enable and start the service, use the usual:
114c182
114c182
systemctl enable spampd.service
114c182
systemctl start spampd.service
114c182
114c182
The environment file, /etc/sysconfig/spampd, now has a slighly different
114c182
format. Instead of using options, use SPAMPD_OPTIONS. For instance:
114c182
114c182
SPAMPD_OPTIONS="--host=127.0.0.1:10026 --relayhost=127.0.0.1:10027"