SpamD on Boot

jstrzalko

Verified User
Joined
Nov 21, 2004
Messages
30
I am running RHEL 3.0 and was wondering how to get spamd to startup automatically with the server.

THanks,
--Josh
 
Having same problem here

Hello what is the command code for Freebsd ? or config file ? to start

FreeBSD 4.10 and 4.11 How can we get it so Spamd will actually work to filter out the garbage email? I know it was "supposed" to work out of box but it is not.

-Justin
 
solution

actually we should should just be able to have it spawn from rc.local on bootup and use the full path to spamd to auto start it in daemon mode.

/usr/bin/spamd -d

the above should be added into the /etc/rc.local file using a text editor.

-Justin
 
Back
Top