From 3ff9d7ccce456641c240dabd6eb87877124757e4 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 2 Jun 2012 20:05:21 +0200 Subject: roundcube: increase allowed attachment file size --- fripost-docs.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fripost-docs.org b/fripost-docs.org index 7c58c19..53f21d2 100644 --- a/fripost-docs.org +++ b/fripost-docs.org @@ -1775,6 +1775,10 @@ sudo apt-get install roundcube # compose html formatted messages by default $rcmail_config['htmleditor'] = TRUE; +:: /etc/roundcube/htaccess + + php_value upload_max_filesize 25M + php_value post_max_size 30M **** Installing custom logo -- cgit v1.2.3