spamassassin doesn't work

santovito

Verified User
Joined
Nov 23, 2008
Messages
143
The spammassassin service doesn't work. If I Type
# cd /etc/init.d/
# spamd status

I reeved:

server socket setup failed, retry 1: spamd: could not create INET socket on 127.0.0.1:783: Address already in use

If I type:

netstat -apt | grep '783'

I receved:

tcp 0 0 localhost:783 *:* LISTEN 21667/spamd -d -c -

Cai I resolve this problem?

Thank You, Vito
 
Your spamd is running.

You can always do a:

Code:
ps aux | grep spamd

to see if the spamd process is running.
 
Back
Top