roundcube: Store uploads to databse

This commit is contained in:
Timo Makinen 2024-04-13 18:43:56 +00:00
parent 4ae88c17a0
commit a275cadcbd

View file

@ -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;
?>