Page 1 of 1

Trying to get SpamAssassin running on RHEL4

Posted: Fri Nov 10, 2006 11:42 am
by nesx
(re-posted from installation forum)
Running Scalix 10.0.0.354 on RHEL4.
Installing SpamAssassin per the Technote. Used "spamassassin" in place of 'spamd' in section 5 of the TechNote.

Cannot start spamassassin...
# service spamassassin start
Starting spamd: Could not create INET socket on 127.0.0.1:783: Address already in use (IO::Socket::INET: Address already in use) [FAILED]

Netstat shows...
# netstat -antlp | grep 783
tcp 0 0 0.0.0.0:783 0.0.0.0:* LISTEN 3145/rpc.statd

Do I need to change ports for SpamAssassin or rpc.statd?
Would MailWasher be a better solution?