I'm trying to setup SpamAssassin so that I can use a program called 
SpamAssassin Coach. This program is a plugin for MS Outlook that allows remote 
reporting to bayes and lets you mark an email as spam or ham. This is what is 
in my /etc/sysconfig/spamassassin file:

SPAMDOPTIONS="-d -c -m5 -H -l -A 10.0.1.0/24"

Here are two outputs that may help:
[r...@mailgate2 ~]# telnet 10.0.1.x 783
Trying 10.0.1.x...
telnet: connect to address 10.0.2.15: Connection refused
telnet: Unable to connect to remote host: Connection refused

[r...@mailgate ~]# netstat -lnp | grep spamd
tcp        0      0 127.0.0.1:783               0.0.0.0:*                   
LISTEN      2332/spamd.pid

Does anyone know what could possibly be wrong?

Reply via email to