Hi gurus, My intention is to allow those delegated "host" admins of mine (ie. customers' admin) to see the total number of users in their respective domain (virtual IP-less). Therefore, I edited the "usradmin.html" file of the goldbrick template and inserted the following lines, after the "input type" statement : ================================================================ . . <form action="usrbutton.cgi" method="post" name="UserAdmin"> <input type="hidden" name = "page" value = page> <input type="hidden" name = "Del" value = " "> <input type="hidden" name = "mbx" value = "<!--IMAIL.CurrentMailbox--> "> <input type="hidden" name="Domain" value="<!--IMAIL.CurrentDomain-->"> Current Domain: <!--IMAIL.CurrentDomain--> Current User Count: <!--IMAIL.CurrentDomainUserCount--> ================================================================== The result was that the first line works and displayed the mail domain (virtual IP-less) name correctly. However, the second line keeps displaying the total number of users of the primary domain (real IP) in my imail server. The other thing is that if I logged on with an account (from the same virtual domain) having "System" admin rights, I can see the correct user count. I then checked up the "sysusradmin.html" file (which system administrator uses) and found the same Current User Count: <!--IMAIL.CurrentDomainUserCount--> tag being used. Also, the article in KB (http://support.ipswitch.com/kb/IM-20001205-DM01.htm) stated that "A Host Administrator (or IMail System Administrator) can see how many users exist on a domain (Current User Count) in Web Messaging | User Administration". - but as "host" admin, I don't see it in using either the standard or goldbrick templates. I believe I might have missed out something sonewhere. As always, any advise is greatly appreciated. IMail 7.15 Windows 2000 Server SP3 To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
