sbehuret / user_config
Roundcube plugin that loads user-specific configuration.
Installs: 83
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:roundcube-plugin
Requires
- roundcube/plugin-installer: >=0.1.6
This package is not auto-updated.
Last update: 2025-06-06 00:25:36 UTC
README
This plugin enables user-specific configuration files, which is analogous to Roundcube host-specific configuration through built-in setting 'include_host_config' (an example on how to use this feature is described at https://github.com/roundcube/roundcubemail/wiki/Configuration:-Multi-Domain-Setup). Configuration files will be loaded from the global configuration directory. See user_login plugin example configuration (config.inc.dist) for more details. This plugin can be used to enable new plugins (in addition to those enabled in the main configuration) on a per-user basis, however it will not be possible to disable plugins from the main configuration as they will already be loaded at the time of loading user-specific configuration files. User to configuration file mapping is based on Roundcube usernames, which may or may not contain a domain part.