View Single Post
  #5 (permalink)  
Old 03-17-2011, 01:45 AM
maumar maumar is offline
Elite Member
 
Posts: 296
Default

Hopeing to be not OT.
I have the same issue:
Admin Web Gui reports:

Code:
Accounts limit:	50 ( 44 accounts have been used )
I have no archive account.
zmprov reports:

Code:
zmprov -l gaa |wc -l
55
but...
of these 55 accounts, they have:
Code:
zmprov gas|wc -l
2
zmprov -l gaa |grep galsync|wc -l
4
zmprov -l gaa |grep wiki|wc -l   
2
zmprov -l gaa |grep spam|wc -l
2
zmprov -l gaa |grep ham|wc -l
2
zmprov -l gaa |grep virus-quarantine|wc -l
1
they have 2 servers, and of 55 accounts,
2 are wiki
2 are spam
2 are ham
1 is virus-quarantine
4 are galsync

55 - 11 = 44 accounts

During upgrade, instead:
Code:
Checking for available license file...
Current Users=52 Licensed Users=50
as utils/utilfunc.sh counts 55 minus 3....
Reply With Quote