[Postfixbuch-users] clamav problem, keine zustellung mehr

Andreas Meyer anmeyer at anup.de
Do Jun 26 21:46:45 CEST 2008


Ralf Hildebrandt <Ralf.Hildebrandt at charite.de> schrieb:

> * Bernd Schmelter <benn at chefe.dyndns.org>:
> 
> > Heute ist es wieder passiert. ps -u clamav zeigt mir, dass da nur noch  
> > der freshclam läuft.
> > clamavd ist wieder abgestürzt
> 
> Na dann lass ihn halt unter runit laufen, dann passiert sowas nicht.
> 

Ich mache sowas mit einem script und cron.

#!/bin/bash

if ps -A | grep -i [c]lamd > /dev/null ; then
    echo already running > /dev/null
    else
        if [ -e /var/amavis/clamd ]; then
        rm /var/amavis/clamd
        fi
    /usr/local/sbin/clamd
    echo "Neustart clamd"
fi

Und in der crontab z.B. dann
*/5 * * * *    /root/bin/tools/checks/clamd-check

Grüße
-- 
   Andreas Meyer

We live in an incredible age. Information is obtained at the speed of light.
Mein öffentlicher GPG-Schlüssel unter:
http://gpg-keyserver.de/pks/lookup?search=anmeyer&fingerprint=on&op=index



Mehr Informationen über die Mailingliste Postfixbuch-users