aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas <skangas@skangas.se>2012-06-02 20:05:21 +0200
committerStefan Kangas <skangas@skangas.se>2012-06-02 20:05:21 +0200
commit3ff9d7ccce456641c240dabd6eb87877124757e4 (patch)
treed21464dd247cbc2b7dd15e4bd6499f066d6185c8
parent02239b51f73f2d67370b1a18f0101bcf6fed9a85 (diff)
roundcube: increase allowed attachment file size
-rw-r--r--fripost-docs.org4
1 files changed, 4 insertions, 0 deletions
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