From owner-freebsd-questions@FreeBSD.ORG Thu Sep 9 09:17:10 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 3A76716A4CE for ; Thu, 9 Sep 2004 09:17:10 +0000 (GMT) Received: from pi4homer.physik.uni-stuttgart.de (pi4homer.physik.uni-stuttgart.de [129.69.42.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC7C143D2F for ; Thu, 9 Sep 2004 09:17:09 +0000 (GMT) (envelope-from r.haerle@physik.uni-stuttgart.de) Received: from localhost (localhost [127.0.0.1]) by pi4homer.physik.uni-stuttgart.de (Postfix) with ESMTP id 3A83312AC for ; Thu, 9 Sep 2004 11:16:59 +0200 (CEST) Received: from pi4homer.physik.uni-stuttgart.de ([127.0.0.1]) by localhost (pi4homer [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 21707-01 for ; Thu, 9 Sep 2004 11:16:58 +0200 (CEST) Received: from [129.69.42.219] (pi4wolf.physik.uni-stuttgart.de [129.69.42.219]) by pi4homer.physik.uni-stuttgart.de (Postfix) with ESMTP id A2E9C1222 for ; Thu, 9 Sep 2004 11:16:58 +0200 (CEST) Message-ID: <41401F8A.3060601@physik.uni-stuttgart.de> Date: Thu, 09 Sep 2004 11:16:58 +0200 From: =?ISO-8859-1?Q?Ralf_H=E4rle?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a3) Gecko/20040817 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at physik.uni-stuttgart.de 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, 09 Sep 2004 09:17:10 -0000 > 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. This happens, if there's less than 2*message_size_limit free space on /var/mail. Check /var/log/mail > 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 That doesn't matter. Check your main.cf. What message_size_limit have you defined? I guess, your /var is getting temporarly quit full due to some cronjobs e.g. backup-scripts which need a lot of temp-space to zip big directories like /home. Greets! Ralf ;-)