Table of Objects

1. account

2. cli

3. connection_data

4. contact_info

5. context

6. dnr

7. domain

8. domain_registration

9. field

10. filter

11. folder_rcpt

12. forwarder

13. ftp_backup

14. imap

15. ldap_connector

16. limits

17. list

18. listener

19. loader

20. log

21. maillist

22. mapping_data

23. migration

24. migration_data

25. nameserver

26. pop3

27. processing

28. proxy

29. public_folder

30. queue

31. queue_item

32. quotas

33. registry_information

34. report

35. rpop

36. saver

37. server

38. services

39. session

40. smtp_out

41. spe

42. string_list

43. upload_wmfilter

44. url_redirect

45. userdb

46. webadmin

47. webmail

48. webmaildata

34. report

Fields
Methods
Member Objects


1. Fields

log_host

Function name Function signature
report_log_host_get string report_log_host_get (object:report obj)
This function returns the host which handles the logging (if the log type is not local)
report_log_host_set int report_log_host_set (object:report obj, string value)
This function sets the address of the host that offers log services for Axigen. Returns 0 on succes, -1 on failure

log_level

Function name Function signature
report_log_level_get int report_log_level_get (object:report obj)
This function returns the log level for this service. For more information of service log level, read the Axigen documentation
report_log_level_set int report_log_level_set (object:report obj, int val)
This function sets the log level for this service. For more information on service log level, read the Axigen documentation. Returns 0 on succes, -1 on failure

sync_time

Function name Function signature
report_sync_time_get int report_sync_time_get (object:report obj)
This function returns the sync time in seconds used at building server status graphics

log_type

Function name Function signature
report_log_type_get string report_log_type_get (object:report obj)
This function returns the log the for this service. Expected values are: "internal", "system" or "remote"
report_log_type_set int report_log_type_set (object:report obj, string value)
This function sets the log type for this service. Valid values for the 'value' parameter are: "internal"(used at logging in a local file), "system"(used at logging in system log) or "remote"(used at logging on a dedicated logging machine)

2. Methods

Function name Function signature
report_destroy int report_destroy (object:report report)
This function destroys a report object
report_reset int report_reset (object:report report, object:session session)
This function resets the changes made but not yet saved
report_load object:report report_load (object:session session, object:context_list context)
report_save int report_save (object:report serv, object:session session)
This function saves the report configuration back to Axigen

3. Member Objects

connection_data

Functions that apply to member object:
Function name Function signature
proxy_connection_data_get object:connection_data proxy_connection_data_get (object:proxy proxy, object:session s)
This function returns the connection data for the proxy. The connection data is used at setting various connections for the proxy connections

listeners

Functions that apply to member object:
Function name Function signature
proxy_listeners_get object:listeners proxy_listeners_get (object:proxy proxy, object:session s)
This function returns the listeners list for this proxy

mapping_data

Functions that apply to member object:
Function name Function signature
proxy_mapping_data_get object:mapping_data proxy_mapping_data_get (object:proxy proxy, object:session s)
This function returns the mapping data for the proxy. The mapping data is used for configuring Axigen clustering. Please read the Axigen documentation for more information.