Missing values in the api.html doc ;)

FarCry

Verified User
Joined
Jun 6, 2003
Messages
280
Location
Perth, Australia
The CMD_API_SHOW_USER_CONFIG list in the api doc is incomplete.

Additional values are as follows:

php : ON / OFF - self explanitory

language : en / ? - self explanitory

name : string.. no idea what this is

spam : ON / OFF - spam assasin?


problematic values:
sentwarning - does not always show. this did not exist on a user that was created yesterday (Friday 3rd Dec) - maybe it needs to have been around until the end of the month?
 
Last edited:
CMD_API_SHOW_USER_DOMAINS?user=xxxx

domain.tld=98.0835:unlimited:40.0286:12.3134:0:no:unlimited:OFF:ON:ON:

eg:
clandns.com=2.09125:unlimited:1.39557:6.38977:0:no:unlimited:OFF:ON:ON:

Has a trailing : - not documented. You may want to trim that when parsing/using a "split" command on it.

just minor, but still a doc bug ;)
 
CMD_API_SHOW_USER_USAGE

New fields:
db_quota - database usage in bytes, not mb as most other quotas are
email_quota - email usage in bytes, not mb.
 
Back
Top