From owner-freebsd-isp Thu Mar 27 18:53:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA14104 for isp-outgoing; Thu, 27 Mar 1997 18:53:15 -0800 (PST) Received: from bullfrog.ecp.net (raistlin@bullfrog.ecp.net [204.246.64.212]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA14099; Thu, 27 Mar 1997 18:53:11 -0800 (PST) Received: from localhost (raistlin@localhost) by bullfrog.ecp.net (8.8.5/8.8.4) with SMTP id UAA00190; Thu, 27 Mar 1997 20:53:04 -0600 (CST) Date: Thu, 27 Mar 1997 20:53:04 -0600 (CST) From: Justen Stepka To: David Langford cc: questions@freebsd.org, isp@freebsd.org Subject: Re: NFS quotas and mail spools In-Reply-To: <199703272155.LAA07460@caliban.dihelix.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 27 Mar 1997, David Langford wrote: > Does anyone know the status of being able to handle quota's over NFS? > > We have a mail machine here that has user quotas and recently we have > put users on a seperate machine. Since NFS doesnt support quota's > this seems to have the possibility of completly wiping out mailboxes if the > user is over quota. NFS does support quota's... rquotad is the daemon that you'll need to use.. I using 3.0c and I'm not sure what version before this have this supported.