From owner-freebsd-questions@FreeBSD.ORG Thu Aug 26 13:55:11 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4E7C16A4CE for ; Thu, 26 Aug 2004 13:55:11 +0000 (GMT) Received: from watcher.puryear-it.com (ip-66-186-248-99.static.eatel.net [66.186.248.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4196743D31 for ; Thu, 26 Aug 2004 13:55:11 +0000 (GMT) (envelope-from dap99@i-55.com) Received: from localhost (unknown [127.0.0.1]) by watcher.puryear-it.com (Postfix) with ESMTP id 001A134D6D for ; Thu, 26 Aug 2004 08:49:28 -0500 (CDT) Received: from watcher.puryear-it.com ([127.0.0.1]) by localhost (watcher.puryear-it.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 67664-04 for ; Thu, 26 Aug 2004 08:49:27 -0500 (CDT) Received: from THEBOX (localhost [127.0.0.1]) by watcher.puryear-it.com (Postfix) with SMTP id 11E5834D6A for ; Thu, 26 Aug 2004 08:49:26 -0500 (CDT) Message-ID: <063c01c48b74$4030e570$6401a8c0@THEBOX> From: "adp" To: Date: Thu, 26 Aug 2004 08:53:38 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Virus-Scanned: by amavisd-new Subject: Postfix thinks there isn't enough disk space in a jail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Aug 2004 13:55:11 -0000 This problem seems to be affecting Postfix in a FreeBSD jail, and I haven't seen this problem outside of a jail, so I'm trying questions@ first. I am running postfix-2.0.18,1 (from ports) in a FreeBSD 4.10 system in a jail. Everything was fine until recently I moved NFS services over to this same server. (This may be a red herring.) Now, every few mails I get an email to Postmaster like this: Transcript of session follows. Out: 220 xx ESMTP In: EHLO yy Out: 250-xx Out: 250-PIPELINING Out: 250-SIZE 1024000000 Out: 250-VRFY Out: 250-ETRN Out: 250 8BITMIME In: MAIL FROM: SIZE=13414 Out: 452 Insufficient system storage In: QUIT Out: 221 Bye Okay, so the disk is filling up. box# df -hl Filesystem Size Used Avail Capacity Mounted on /dev/ar0s1a 1008M 45M 882M 5% / /dev/ar0s1d 27G 23G 1.9G 92% /jails /dev/ar0s1h 1008M 20M 908M 2% /home /dev/ar0s1g 1008M 10.0K 927M 0% /tmp /dev/ar0s1f 3.9G 1.2G 2.4G 34% /usr /dev/ar0s1e 2.0G 148M 1.7G 8% /var procfs 4.0K 4.0K 0B 100% /proc procfs 4.0K 4.0K 0B 100% /jails/xxx/proc Okay, we are at 92%. We should clean some things up, but we do still have 1.9GB of free space. (And we often linger around this anyway.) Postfix is set to accept mail as long as there is 25MB of free space: main.cf:queue_minfree = 25000000 Anyone seen this happen? Postfix should not be returning '452 Insufficient system storage' to clients at this point. It doesn't happen for all mails. Just around 5% of so. It seems fairly random to me.