Number of mailboxes

Post your MailEnable suggestions here.
Post Reply
rfwilliams777
Posts: 1370
Joined: Thu Nov 11, 2004 5:26 pm
Location: Kingsville, Texas

Number of mailboxes

Post by rfwilliams777 »

It would be a cool feature if in the Mail Enable MMC if it can display the number of mailboxes for each post office. That would speed up my invoicing as well as making it easy for inventory rather than manually counting them.
Robert Williams, Owner
www.WilliamsWebSolutions.com
#1 in MailEnable Business-Class Email Hosting - Switch to Williams Web Solutions and we will migrate your accounts to us for FREE!
We can be hired to help you with your Mail Enable server, too!

MailEnable
Site Admin
Posts: 4441
Joined: Tue Jun 25, 2002 3:03 am
Location: Melbourne, Victoria Australia

Re: Number of mailboxes

Post by MailEnable »

I just created a small utility to do this (we did have utilities written in vbscript, but this one is written in c++, so it does not require scripting).
It allows you to report on the number of mailboxes for each postoffice.

http://www.mailenable.com/tools/meusage.zip
The file can be placed in your Bin directory.

It also allows you to report on the total space used for postoffices as well. (But this may take some time to calculate because it can take some time to calculate the spaced used by large mailboxes).

You should be able to run it fromt he command prompt and pipe the output to a file.

Code: Select all

eg: meusage postofficename > c:\usage.txt
Regards, Andrew

rfwilliams777
Posts: 1370
Joined: Thu Nov 11, 2004 5:26 pm
Location: Kingsville, Texas

Re: Number of mailboxes

Post by rfwilliams777 »

Thanks. I'll look at this.
Robert Williams, Owner
www.WilliamsWebSolutions.com
#1 in MailEnable Business-Class Email Hosting - Switch to Williams Web Solutions and we will migrate your accounts to us for FREE!
We can be hired to help you with your Mail Enable server, too!

Post Reply