From owner-freebsd-questions@FreeBSD.ORG Sat Sep 30 16:14:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 77F3C16A403 for ; Sat, 30 Sep 2006 16:14:24 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18B6B43D46 for ; Sat, 30 Sep 2006 16:14:24 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 8C5215EE9 for ; Sat, 30 Sep 2006 12:14:23 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mmaQzjJLLoZt for ; Sat, 30 Sep 2006 12:14:22 -0400 (EDT) Received: from [192.168.1.251] (pool-68-161-96-195.ny325.east.verizon.net [68.161.96.195]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 4CF015EBD for ; Sat, 30 Sep 2006 12:14:22 -0400 (EDT) Message-ID: <451E97D8.9010909@mac.com> Date: Sat, 30 Sep 2006 12:14:16 -0400 From: Chuck Swiger User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20060930114036.5EB3.GERARD@seibercom.net> In-Reply-To: <20060930114036.5EB3.GERARD@seibercom.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: 'File too large' mail delivery error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Sep 2006 16:14:24 -0000 Gerard Seibert wrote: > What could cause Postfix/Dovecot to suddenly start failing to deliver > mail and issue this error message in the /var/log/maillog: > > > Sep 30 09:45:24 scorpio postfix/local[1439]: 80E65C613: to= st.seibercom.net>, relay=local, delay=6.5, delays=6.4/0.01/0/0.03, dsn=5.2.2, st > atus=bounced (cannot update mailbox /var/mail/gerard-gmail for user gerard-gmail > . error writing message: File too large) Perhaps you set up user quotas or process limits (there's one for max filesize)...? -- -Chuck