When you go to the Email Accounts screen, there is a heading called "Total Accounts" that shows the number of mailboxes in use and also the mailbox limit
Would it be possible to add this same functionality to the aliases/forwards screen, the autoresponders screen, and the mailing list screens? This would allow end-user-postmasters to see how many of each item they are allowed to create, rather than just receiving a "you have exceeded your limit" warning I took a look at the code and it appears all the required functions already exist : load_limits() count_aliases() count_forwards() count_autoresponders() count_mailinglists() So it should just be a job of adding a couple of new tokens to the template.c, and then adding the tokens to the html pages? I can hack something together if needed, but I am no C expert, so perhaps this job is better left to one of the more experienced programmers on this list? Michael.
