-
Notifications
You must be signed in to change notification settings - Fork 39
Reloading
Jan Engelhardt edited this page Jul 6, 2022
·
2 revisions
- When authentication parameters have changed, preferably reload gromox-http, gromox-zcore, gromox-imap, gromox-pop3
- When the user list or aliases have changed, preferably reload the Global Address Book (GAB) component present in gromox-http and gromox-zcore
- When the domain list has changed, reload gromox-adaptor [may change in future!]
- When gromox-http is reloaded,
- all service plugins, all HPM plugins and all PDU processors are reloaded, specifically authmgr, ldap_adaptor, mysql_adaptor, exchange_emsmdb, exchange_nsp, exmdb_provider
- When gromox-imap is reloaded,
- all service plugins are reloaded, specifically authmgr, ldap_adaptor, mysql_adaptor
- When gromox-pop3 is reloaded,
- all service plugins are reloaded, specifically authmgr, ldap_adaptor, mysql_adaptor
- When gromox-midb is reloaded,
- all service plugins are reloaded
- When gromox-zcore is reloaded,
- part of the configuration file is reread (
zrpc_debug
directive) - GAB cache is invalidated
- all service plugins are reloaded, specifically authmgr, ldap_adaptor, mysql_adaptor
- part of the configuration file is reread (
- When gromox-delivery is reloaded,
- all service plugins are reloaded
- When gromox-delivery-queue is reloaded,
- all service plugins are reloaded
-
authmgr:
- re-reads config file and applies desired auth mechanism (
always_ldap
/always_mysql
/externid
)
- re-reads config file and applies desired auth mechanism (
-
exchange_emsmdb:
- re-reads part of the configuration file (
rop_debug
directive)
- re-reads part of the configuration file (
-
exchange_nsp:
- invalidates Global Address Book cache
-
exmdb_provider:
- re-reads part of the configuration file (
exrpc_debug
directive)
- re-reads part of the configuration file (
-
ldap_adaptor:
- re-reads config file (LDAP connection parameters)
-
logthru:
- cycles the logfile (close&open) to facilitate external logrotation
-
mysql_adaptor:
- re-reads config file (SQL connection parameters)