From owner-freebsd-questions@FreeBSD.ORG Tue Jan 22 04:09:51 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 BCF4E16A418 for ; Tue, 22 Jan 2008 04:09:51 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 0222A13C45D for ; Tue, 22 Jan 2008 04:09:50 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id m0M49aKg091828 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 22 Jan 2008 11:09:36 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.6/8.12.11) id m0M49ZGx047327; Tue, 22 Jan 2008 11:09:35 +0700 (ICT) Date: Tue, 22 Jan 2008 11:09:35 +0700 (ICT) Message-Id: <200801220409.m0M49ZGx047327@banyan.cs.ait.ac.th> From: Olivier Nicole To: on@cs.ait.ac.th In-reply-to: <200801220355.m0M3tEYH047190@banyan.cs.ait.ac.th> (message from Olivier Nicole on Tue, 22 Jan 2008 10:55:14 +0700 (ICT)) References: <200801220355.m0M3tEYH047190@banyan.cs.ait.ac.th> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: Postfix quota per virtual domain 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: Tue, 22 Jan 2008 04:09:51 -0000 Hello, I am working on a Postfix email server for virtual domain. I was requested to implement quota per domain, not per user: the sum of mailboxes of all the users in the domain must not exceed the quota set for the domain. (All I could find was example where all users of the domain had a same quota amount, fixed for the domain, but each individual mailbox counts for its own quota.) Have you ever seen something like that? Best regards, Olivier