error on spamd start

We're having the same isuse. Does anyone have any suggestions?


unix dgram connect: Connection refused at /usr/bin/spamd line 282
Could not create INET socket: Address already in use IO::Socket::INET: Address already in use
 
Hey,

Check to see if something is listening on port 783... That is the port SA uses...

The error you mention might indicate something is running on that port.

David
 
skruf said:
Hey,

Check to see if something is listening on port 783... That is the port SA uses...

The error you mention might indicate something is running on that port.

David

No such luck... port 783 is clear. Just for the heck of it, I opened that port in the firewall too. Still no luck starting spamd though.

Any other ideas? :(
 
For FreeBSD:

killall perl -9 (for killing all "perl" programs running :p) for example on freebsd it starts itself as: "perl spamd"

RH:

killall spamd -9 (killing spamd)


The error it is giving is that there's already something running on that port (and that is spam assassin)

After that just fire it up.
 
Can anyone help us out here? Still getting:

unix dgram connect: Connection refused at /usr/bin/spamd line 282
 
Back
Top