The spampd rpms
Find a file
2025-07-25 18:34:42 +00:00
.gitignore Update to 2.61. 2021-08-12 19:51:42 +10:00
README.systemd Convert to systemd. 2014-01-11 14:27:59 +11:00
sources Update to 2.61. 2021-08-12 19:51:42 +10:00
spampd-2.61-no-pid-file.patch Set pid_file to undef when not in background more simply. 2021-08-13 03:49:59 +10:00
spampd.init Update init script to the new style. 2009-04-12 15:42:39 +00:00
spampd.service Add --homedir option to service file. 2021-08-20 06:17:32 +10:00
spampd.spec Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 18:34:42 +00:00
spampd.sysconfig Add --homedir option to service file. 2021-08-20 06:17:32 +10:00

As of spampd-2.30-16, the software has been converted to systemd.

The PID file is no longer created, because spampd does not background itself.

To enable and start the service, use the usual:

systemctl enable spampd.service
systemctl start spampd.service

The environment file, /etc/sysconfig/spampd, now has a slighly different
format. Instead of using options, use SPAMPD_OPTIONS. For instance:

SPAMPD_OPTIONS="--host=127.0.0.1:10026 --relayhost=127.0.0.1:10027"