Koozali.org: home of the SME Server

Quarantined messages

robert

Quarantined messages
« on: June 27, 2003, 06:57:10 PM »
This is so weird from around 11 am today my installation of Clamav 0.6 with amavis has started quarantining all the messages sent to the mail server. It even quarantined messages from this forum.

Anybody got ideas on what to do the antivirus wasn't even working but this behavior just won my vote for weird event of the year.

Heeelp

jeroen

Re: Quarantined messages
« Reply #1 on: June 28, 2003, 04:10:03 AM »
Did you check the logfiles for possible clues?

David S. Helmuth

Re: Quarantined messages
« Reply #2 on: June 28, 2003, 07:42:33 AM »
I had a similar situation a few days ago.  Clamd had stopped.  Try:

service clamd restart

It should fail to stop clamd and then re-start it.

I have not taken the time to investigate why it stopped.

I hope this helps!

-Dave

Brian Read

Re: Quarantined messages
« Reply #3 on: June 28, 2003, 09:32:28 AM »
you sometimes have to delete the socket file to get Clamd to re-start.

/var/lib/clamav/clamd.sock

Cheers

Brian

Ray Mitchell

Re: Quarantined messages
« Reply #4 on: June 28, 2003, 09:56:34 AM »
We had a similar issue on a production server and after some investigation found that the clamd service not starting; for some reason the symbolic link to
the clamd service was missing:
ln -s /etc/rc.d/init.d/clamd /etc/rc.d/rc7.d/S80clamd

Adding this got clamd starting on bootup.

Thanks to GR for sorting this out.

Regards
Ray

robert

Re: Quarantined messages
« Reply #5 on: June 30, 2003, 11:25:02 AM »
Thanks guys that helped. Now all I need to do is get the antivirus working and am all set.