Re: [vchkpw] Check Space Usage

2002-10-14 Thread Justin R. Miller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Said Matt Simerson on Mon, Oct 14, 2002 at 10:11:31AM -0400: > >Is there an efficient way to do this if you _don't_ use quotas, > >ideally something other than 'du'? > > Efficient is a relative term. If you're asking if there's a way to do > this t

Re: [vchkpw] Check Space Usage

2002-10-14 Thread Matt Simerson
On Wednesday, October 9, 2002, at 08:43 PM, Justin R. Miller wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Said Matt Simerson on Wed, Oct 09, 2002 at 03:30:55PM -0400: > >> Otherwise, Doug's heading down the right path. Write yourself a script >> that loops for each domain, and t

Re: [vchkpw] Check Space Usage

2002-10-09 Thread Doug Clements
- Original Message - From: "Justin R. Miller" <[EMAIL PROTECTED]> To: "vpopmail list" <[EMAIL PROTECTED]> Sent: Wednesday, October 09, 2002 5:43 PM Subject: Re: [vchkpw] Check Space Usage > Is there an efficient way to do this if you _don't_ use qu

Re: [vchkpw] Check Space Usage

2002-10-09 Thread Justin R. Miller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Said Matt Simerson on Wed, Oct 09, 2002 at 03:30:55PM -0400: > Otherwise, Doug's heading down the right path. Write yourself a script > that loops for each domain, and then each user within the domain, and > go through and start counting up the bits.

Re: [vchkpw] Check Space Usage

2002-10-09 Thread Matt Simerson
This is a valid argument for having each domain created/owned by an unprivileged system user. When you do that, you have handy tools like repquota to help you manage your disk space usage. When used in conjunction with a perl script, I can format and report the disk space for 10,000 domains i

Re: [vchkpw] Check Space Usage

2002-10-09 Thread Doug Clements
Michael Funk wrote: > Is there a way to use vuserinfo to produce a report of user space > utilization, per user, for all users in the domain? > > Most of the scripting stuff I have tried takes HOURS with 50,000 users. vuserinfo doesn't store that data.. you pretty much just have to either count

[vchkpw] Check Space Usage

2002-10-09 Thread Michael Funk
Is there a way to use vuserinfo to produce a report of user space utilization, per user, for all users in the domain? Most of the scripting stuff I have tried takes HOURS with 50,000 users.