roundcube: Store uploads to databse
This commit is contained in:
parent
4ae88c17a0
commit
a275cadcbd
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Reference in a new issue