From owner-freebsd-isp@FreeBSD.ORG Tue Sep 21 07:39:20 2004 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 088D816A4CE for ; Tue, 21 Sep 2004 07:39:20 +0000 (GMT) Received: from mail.act.co.za (mail.act.co.za [196.15.213.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CB4D43D2F for ; Tue, 21 Sep 2004 07:39:18 +0000 (GMT) (envelope-from spidey@act.co.za) Received: from localhost.act.co.za ([127.0.0.1] helo=localhost) by mail.act.co.za with esmtp (Exim 4.24; FreeBSD 5.0) id 1C9fLT-0000mU-MG for FreeBSD-isp@freebsd.org; Tue, 21 Sep 2004 09:45:51 +0200 Received: from mail.act.co.za ([127.0.0.1]) by localhost (mail.act.co.za [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02867-06 for ; Tue, 21 Sep 2004 09:45:50 +0200 (SAST) Received: from [10.0.1.11] (helo=SPIDEY) by mail.act.co.za with esmtp (Exim 4.24; FreeBSD 5.0) id 1C9fLS-0000mL-Je for FreeBSD-isp@freebsd.org; Tue, 21 Sep 2004 09:45:50 +0200 From: "Spidey Knepscheld" To: Date: Tue, 21 Sep 2004 09:39:15 +0200 Organization: ACT Computers Message-ID: <004301c49fae$18597be0$0b01000a@SPIDEY> MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal X-Virus-Scanned: by amavisd-new at act.co.za Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Amavis goes into loop X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: spidey@act.co.za List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2004 07:39:20 -0000 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