ClamAV after upgrade to Scalix 10

Discuss the Scalix Server software

Moderators: ScalixSupport, admin

vojinle
Posts: 18
Joined: Fri Jan 20, 2006 10:47 pm
Location: Richmond, BC, Canada
Contact:

ClamAV after upgrade to Scalix 10

Postby vojinle » Wed Feb 15, 2006 4:42 pm

I get:

/etc/cron.daily/freshclam:

ERROR: Clamd was NOT notified: Can't connect to clamd on 127.0.0.1:3310
connect(): Connection refused

After I upgrade scalix to 10

Any ideas?

ScalixSupport
Scalix
Scalix
Posts: 5503
Joined: Thu Mar 25, 2004 8:15 pm

Postby ScalixSupport » Wed Feb 15, 2006 5:26 pm

This means that clamd isn't running and listening on port 3310.

Run the command

Code: Select all

lsof -i :3310
. This should return clamd as a listener on that port.

If not, run the command:

Code: Select all

/etc/init.d/clamd restart
to start it back up again.

There is nothing in the scalix install that would affect this so it's likely that the daemon was already stopped.

It's also possible that /etc/clamd.conf isn't configured to listen on the port. Check for the line

Code: Select all

TCPSocket 3310
and make sure that it is uncommented before restarting the clamd daemon.

Cheers

Dave


Return to “Scalix Server”



Who is online

Users browsing this forum: No registered users and 9 guests

cron