Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2004 09:19:02 +0200
From:      "Spidey Knepscheld" <spidey@act.co.za>
To:        <FreeBSD-isp@freebsd.org>
Subject:   Exim Amavis problem
Message-ID:  <002d01c49fab$451cb5f0$0b01000a@SPIDEY>

next in thread | raw e-mail | index | archive | help
HI Guys 
 
Amavis seems to go into a loop when that happens I can see the following
error in the main log : retry not reached for any hosts then I run the
following to fix it but it keeps coming back after a few hours :
 
/usr/local/etc/rc.d/amavisd.sh stop

/etc/rc.d/exim stop

cd /home/var-mirror/

rm -r amavis

mkdir amavis

chown vscan:vscan amavis

chmod o-rwx amavis

cd amavis

mkdir db

chown vscan:vscan db

rm -r /var/spool/exim/input

rm /var/spool/exim/db/retry*

/usr/local/etc/rc.d/amavisd.sh start

/etc/rc.d/exim start

 

How can I stop this from happening ?

Spidey



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002d01c49fab$451cb5f0$0b01000a>