Re: [vchkpw] reporting on my vpopmail system

2004-10-22 Thread Rick Root
Bill, thanks for that script! One problem is that I have more htan 100 domains, and in several cases, more than 100 users per domain... so I was inspired to write a script in perl that parses the output of vdominfo to retrieve the directory of each domain... and then parses each vpasswd file

RE: [vchkpw] reporting on my vpopmail system

2004-10-22 Thread Jeremy Eder
-Original Message- From: Bill Gradwohl [mailto:[EMAIL PROTECTED] Sent: Thursday, October 21, 2004 11:53 AM To: [EMAIL PROTECTED] Subject: Re: [vchkpw] reporting on my vpopmail system Rick Root wrote: Hello. (echo, echo!) is anyone out there? Rick Root wrote: Does anyone

Re: [vchkpw] reporting on my vpopmail system

2004-10-22 Thread Bill Gradwohl
Rick Root wrote: Bill, thanks for that script! One problem is that I have more htan 100 domains, and in several cases, more than 100 users per domain... so I was inspired to write a script in perl that parses the output of vdominfo to retrieve the directory of each domain... and then parses

Re: [vchkpw] reporting on my vpopmail system

2004-10-22 Thread Rick Root
Bill Gradwohl wrote: I've written some perl scripts, but I have to crack the book every time I've been writing perl scripts on and off since 1996, and I still can't remember the syntax for substr() =) I suggest you post yours to the list as its a better base for people to use to expand on it

Re: [vchkpw] reporting on my vpopmail system

2004-10-22 Thread Miolinux
Rick Root wrote: Does anyone have a script or application or something that will view my vpopmail directory structure and give me a report? I would like to know. accounts in each domain # of messages per account amount of disk space per account amount of disk space per domain Thanks. - Rick

Re: [vchkpw] reporting on my vpopmail system

2004-10-21 Thread Rick Root
Hello. (echo, echo!) is anyone out there? Rick Root wrote: Does anyone have a script or application or something that will view my vpopmail directory structure and give me a report? I would like to know. accounts in each domain # of messages per account amount of disk space per account

Re: [vchkpw] reporting on my vpopmail system

2004-10-21 Thread Rick Macdougall
Rick Root wrote: Hello. (echo, echo!) is anyone out there? Rick Root wrote: Does anyone have a script or application or something that will view my vpopmail directory structure and give me a report? I would like to know. accounts in each domain # of messages per account amount of disk

Re: [vchkpw] reporting on my vpopmail system

2004-10-21 Thread Bill Gradwohl
Rick Root wrote: Hello. (echo, echo!) is anyone out there? Rick Root wrote: Does anyone have a script or application or something that will view my vpopmail directory structure and give me a report? I would like to know. accounts in each domain # of messages per account amount of disk

Re: [vchkpw] reporting on my vpopmail system

2004-10-21 Thread Cream[DONut]
im using mysql accounts and i dont have a vpasswd, so i changed line 6 to: if [ -e ${VIRTUALROOT}/${domain}/.qmail-default ]; then (all my domains have a .qmail-default) cream Bill Gradwohl wrote: Here's a start to what you might want. Your criteria is open to interpretation. I didn't bother

Re: [vchkpw] reporting on my vpopmail system

2004-10-21 Thread Werner Amon
Bill Gradwohl schrieb: Rick Root wrote: Hello. (echo, echo!) is anyone out there? Rick Root wrote: Does anyone have a script or application or something that will view my vpopmail directory structure and give me a report? I would like to know. accounts in each domain # of messages per

[vchkpw] reporting on my vpopmail system

2004-10-20 Thread Rick Root
Does anyone have a script or application or something that will view my vpopmail directory structure and give me a report? I would like to know. accounts in each domain # of messages per account amount of disk space per account amount of disk space per domain Thanks. - Rick