diff --git a/roles/roundcube/templates/local.php.j2 b/roles/roundcube/templates/local.php.j2 index 2935f09..ea54a4b 100644 --- a/roles/roundcube/templates/local.php.j2 +++ b/roles/roundcube/templates/local.php.j2 @@ -3,4 +3,11 @@ $config["domain"] = "{{ mail_domain }}"; $config["product_name"] = "foo.sh - Webmail"; +$config["plugins"] = array( + "database_attachments", +); + +$config['database_attachments_cache'] = 'db'; +$config['database_attachments_cache_ttl'] = 12 * 60 * 60; + ?>