PDA

View Full Version : spamd problem?


sing
03-29-2004, 12:58 PM
First of all, I want to thanks the author of this site.
I am a newbie in linux,
this site helps me a lot.

I have 2 questions:
1. From the mail.log, I have the following line:


Mar 30 00:52:00 debian spamd[303]: connection from localhost [ 127.0.0.1 ] at port 32802
Mar 30 00:52:00 debian spamd[419]: handle_user() -> unable to find user [someone@somewhere.com]!
Mar 30 00:52:00 debian spamd[419]: Still running as root: user not specified, not found, or set to root. Fall back to nobody.
Mar 30 00:52:07 debian spamd[419]: clean message (3.9/5.0) for someone@somewhere.com:65534 in 7 seconds.

What is the problem?
How could I fix it?

2. How could I start spamd automatically after restart?

Thank you.

ThunderX
04-02-2004, 05:03 PM
Had the same problem...
Solved it this way :

cd /etc/init.d

vi spamd.sh

-----spamd.sh------
/usr/sbin/spamd -d -F 0
-----spamd.sh------

chmod a+x spamd.sh

cd /etc/rc2.d/

mv S19spamassassin _S19spamassassin

ln -s /etc/init.d/spamd.sh /etc/rc2.d/S19spamd