Displaying 3 results from an estimated 3 matches for "spamdoptions".
2007 Jan 23
0
spamdoptions?
...;->
I am looking for info on the granularity knob control for number of extra
spamd daemons on startup.
...AND if one has enough processors and ram memory, how to know how many
"extra" to have available to speed up scanning and such under load.
On CentOS machines would that be under SPAMDOPTIONS ?
- rh
--
Robert - Abba Communications
Computer & Internet Services
(509) 624-7159 - www.abbacomm.net
2007 Aug 17
2
Help in starting spamassassin
...not to let spamassassin run as
root. To create a user: spamfilter. and add -u spamfilter to the start
command.
So I created the user and group. I ran the spamassassin --lint and -D
--lint
Then I went to /etc/rc.d/init.d/spamassassin and change the lines:
# Set default spamd configuration.
SPAMDOPTIONS="-d -c -m5 -H"
SPAMD_PID=/var/run/spamd.pid
to
# Set default spamd configuration.
SPAMDOPTIONS="-u spamfilter -d -c -m5 -H"
SPAMD_PID=/var/run/spamd.pid
And then did:
/etc/rc.d/init.d/spamassassin restart
and spamassassin is still running as root and I am still getting th...
2016 Nov 08
2
clamd@amavisd fails under systemd
...rvice
? spamassassin.service - Spamassassin daemon
Loaded: loaded (/usr/lib/systemd/system/spamassassin.service;
enabled; vendor preset: disabled)
Active: active (running) since Tue 2016-11-08 05:18:04 EST; 50min ago
Process: 27412 ExecStart=/usr/bin/spamd --pidfile /var/run/spamd.pid
$SPAMDOPTIONS (code=exited, status=0/SUCCESS)
Process: 27410 ExecStartPre=/sbin/portrelease spamd (code=exited,
status=0/SUCCESS)
Main PID: 27417 (/usr/bin/spamd )
CGroup: /system.slice/spamassassin.service
??27417 /usr/bin/spamd --pidfile /var/run/spamd.pid -d -c -m5 -H
??27418...