No idea how easy this would be to implement but here goes:
As well as the virus signature databases, how about having an alias
database which would contain a record for each virus, indicating its
ClamAV name along with those used by the more mainstream AV software
like Sophos, McAfee etc. Then hav
daemon isn't running, start it up
pid=`cat /usr/exim4/spool/clamd.pid`# Change this to wherever clamd's PID is stored
if test "$pid"
then
# Force clamd to reload databases
echo "RELOAD" | telnet localhost 3310
else
# clamd doesn't appear to be running, so re-
>-Original Message-
>From: Sean O'Reilly [mailto:[EMAIL PROTECTED]
>Sent: 27 May 2003 14:26
>To: [EMAIL PROTECTED]
>Subject: Re: [clamav-users] Connection Problems
>I know that clamd uses port 3310 but why is the connection being refused
>when i try to send or recieve mail.
>
>Sean O'Reil