diff options
author | Jan Dittberner <jandd@cacert.org> | 2019-08-18 14:25:15 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2019-08-18 14:25:15 +0200 |
commit | b9dc01231e6a90c29d2dee74c409a85b21a19def (patch) | |
tree | ee1144705b41bf3ddb556c0b1e2f511acc4d9c4a /sitemodules/profiles/templates | |
parent | 180ff8672df8b37446654bc74a47b9a7d100edae (diff) | |
download | cacert-puppet-b9dc01231e6a90c29d2dee74c409a85b21a19def.tar.gz cacert-puppet-b9dc01231e6a90c29d2dee74c409a85b21a19def.tar.xz cacert-puppet-b9dc01231e6a90c29d2dee74c409a85b21a19def.zip |
Add database configuration for roundcube
Diffstat (limited to 'sitemodules/profiles/templates')
-rw-r--r-- | sitemodules/profiles/templates/roundcube/config.inc.php.epp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sitemodules/profiles/templates/roundcube/config.inc.php.epp b/sitemodules/profiles/templates/roundcube/config.inc.php.epp index a780cd7..fe216d6 100644 --- a/sitemodules/profiles/templates/roundcube/config.inc.php.epp +++ b/sitemodules/profiles/templates/roundcube/config.inc.php.epp @@ -29,6 +29,10 @@ $config = array(); +// Do not set db_dsnw here, use dpkg-reconfigure roundcube-core to configure +// database ! +include_once("/etc/roundcube/debian-db-roundcube.php"); + // The IMAP host chosen to perform the log-in. // Leave blank to show a textbox at login, give a list of hosts // to display a pulldown menu or set one host as string. |