spamd start

Richard

Verified User
Joined
Jul 2, 2004
Messages
33
Location
Argentina
when i reboot the server spamassassin don't start, i have type /usr/bin/spamd -d -a -c -m 5 .

This is happening to anyone else ?
 
In linux:

/etc/rc.d/init.d/spamd

and

/etc/rc.d/rc3.d/S80spamd -> ../init.d/spamd

Jeff
 
Add the file attached to this post, as spamd (removingt the .txt extension), to your /etc/rc.d/init.d directory.

Permissions: 755 root:root

Then create the link in my previous post for the /etc/rc.d/rc3.d directory.

To test it:

# service crond start

it should start.

Jeff
 

Attachments

do i need to set permissions for the symlink too?

when i do :
PHP:
[root@server01 sbin]# service spamd stop
Shutting down spamd: Killed
[root@server01 sbin]# service spamd status
Status SPAMd daemon:                                       [  OK  ]
[root@server01 sbin]# ps aux | grep spamd
mail      9216  8.0  4.0 22996 19452 ?       S    22:01   0:01 [spamd]
root      9255  0.0  0.1  3568  624 pts/0    S    22:01   0:00 grep spamd
[root@server01 sbin]#

its not stopped...only killall spamd stops it
or can't you stop a perl script, like SA is?

now i haver done this, after reboot, spamassassin runs automatically?
 
Last edited:
Back
Top