From owner-freebsd-isp@FreeBSD.ORG Tue Sep 21 07:19:24 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 3E9B716A4CE for ; Tue, 21 Sep 2004 07:19:24 +0000 (GMT) Received: from mail.act.co.za (mail.act.co.za [196.15.213.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 818D243D4C for ; Tue, 21 Sep 2004 07:19:22 +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 1C9f29-0000Me-79 for FreeBSD-isp@freebsd.org; Tue, 21 Sep 2004 09:25:53 +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 01370-01 for ; Tue, 21 Sep 2004 09:25:40 +0200 (SAST) Received: from [10.0.1.11] (helo=SPIDEY) by mail.act.co.za with esmtp (Exim 4.24; FreeBSD 5.0) id 1C9f1t-0000MD-8H for FreeBSD-isp@freebsd.org; Tue, 21 Sep 2004 09:25:37 +0200 From: "Spidey Knepscheld" To: Date: Tue, 21 Sep 2004 09:19:02 +0200 Organization: ACT Computers Message-ID: <002d01c49fab$451cb5f0$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: Exim Amavis problem 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:19:24 -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