Missing /etc/rc.d/init.d/spamd on my RH9

bwrob

Verified User
Joined
Aug 20, 2004
Messages
9
Hi
/etc/rc.d/init.d/spamd is not there.

I started it by /usr/bin/spamd -d -c -u mail

How to make it to start at boot time.

Thanks
bob
 
Create a file in the /usr/local/etc/rc.d directory.

then add it to the boot script /usr/local/etc/rc.d/boot.sh
 
We ran that command and we are getting as follows, what is wrong herre?

root]# /usr/bin/spamd -d -c -u mail

Could not create INET socket: Address already in use IO::Socket::INET: Address a
lready in use


Rich
 
Ok I did what it said in that post. I made those changes to the exim.conf and when it restarted I get the following.

I copy and pasted the change in to emix.conf.

Starting exim: 2004-09-20 14:51:04 Exim configuration error in line 613 of /etc/
option setting expected: {$received_protocol}{local}} }$

Any ideas there?

Richard
 
Can some one tell me if this correct, it is in the exim.conf file.
Some thing is not correct it will not restart.


# Spam Assassin
#spamcheck_director:
# driver = accept
# condition = "${if and { {!def:h_X-Spam-Flag:} {!eq {$received_protocol}{spam-scanned}} {!eq
{$received_protocol}{local}} }$
# retry_use_local_part
# transport = spamcheck
# no_verify


----------
Richard
 
serverguy said:
# Spam Assassin
#spamcheck_director:
# driver = accept
# condition = "${if and { {!def:h_X-Spam-Flag:} {!eq {$received_protocol}{spam-scanned}} {!eq
{$received_protocol}{local}} }$
# retry_use_local_part
# transport = spamcheck
# no_verify
Those "#" marks are comments. Take out all of them except the one in front of the top line.

In other words, do not change the "# Spam Assassin" line, but uncomment all the others by taking out the # and the space after it.

When you've finished editing exim.conf, restart exim.

Jeff
 
Hello Jeff

I found the problem I had and it is corrected and all is ok now.

Thanks

Richard
 
Back
Top