The spampd rpms
Find a file
Igor Gnatenko 9bc59b7efd
Remove %clean section
None of currently supported distributions need that.
Last one was EL5 which is EOL for a while.

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-02-14 09:13:15 +01:00
.gitignore dist-git conversion 2010-07-29 13:03:08 +00:00
README.systemd Convert to systemd. 2014-01-11 14:27:59 +11:00
sources Initial import of spampd. 2007-02-12 19:10:47 +00:00
spampd-2.30-Fix-POD-errors.patch Fix POD errors 2013-08-06 14:47:53 +02:00
spampd-2.30-no-pid-file.patch Convert to systemd. 2014-01-11 14:27:59 +11:00
spampd-2.30-untaint.patch Convert to systemd. 2014-01-11 14:27:59 +11:00
spampd.init Update init script to the new style. 2009-04-12 15:42:39 +00:00
spampd.service Want sa-update.timer in service file. 2015-12-18 21:53:38 +11:00
spampd.spec Remove %clean section 2018-02-14 09:13:15 +01:00
spampd.sysconfig Set --maxsize=500 by default to be in line with SA. 2014-04-25 08:15:33 +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"