From owner-freebsd-questions@FreeBSD.ORG Fri Feb 29 06:29:07 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A68D106566B for ; Fri, 29 Feb 2008 06:29:07 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.freebsd.org (Postfix) with ESMTP id F11258FC13 for ; Fri, 29 Feb 2008 06:29:06 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from TEDSDSK (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.13.8/8.13.8) with SMTP id m1T6T0qX045209; Thu, 28 Feb 2008 22:29:03 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Derek Ragona" , "Ofloo" , Date: Thu, 28 Feb 2008 22:30:01 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914 In-Reply-To: <6.0.0.22.2.20080227124517.0245bf18@mail.computinginnovations.com> Importance: Normal X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (mail.freebsd-corp-net-guide.com [65.75.192.90]); Thu, 28 Feb 2008 22:29:03 -0800 (PST) Cc: Subject: RE: Freebsd quota & sendmail 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: Fri, 29 Feb 2008 06:29:07 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Derek Ragona > Sent: Wednesday, February 27, 2008 10:49 AM > To: Ofloo; freebsd-questions@freebsd.org > Subject: Re: Freebsd quota & sendmail > > > At 12:29 PM 2/27/2008, Ofloo wrote: > > >I'm putting this under freebsd because there is no forum for > sendmail, and it > >does concern freebsd as well. > > > >My problem is this, when i set quota in /var/mail directory to > each user and > >this user creates a cronjob, that doesn't forward all data to > /dev/null, and > >keeps on generating mail, .. > > > >Well after a while the mail file reaches it's quota and sendmail isn't > >allowed to write to that file anymore, so it will start and fill > the mailq, > >.. > > > >The point is after a while the whole system will just crash what can I do > >about it, sorry for rambling. > > Why are you setting these quotas on /var/mail. These days with disk so > cheap, why bother? It depends on how he has his server setup. Suppose he had a 250-employee company where for reasons of data security (remember the courts have ruled e-mail is company documentation and subject to document retention laws) everyone is running IMAP to the mailserver and most of the employees are very lazy about deleting old mail, or downloading attachments they get to local systems (or better yet, NOT using the e-mail system as a file-sharing network, good luck with that) and he has a 200GB hard disk. I can see the desire to limit people to 500-700MB per mailbox. The other thing is with a server, the disk space is usually a lot more expensive because it's raided or mirrored, it's high-speed drives, etc. Ted