diff -Nur smeserver-roundcube-0.9-old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/92roundcube smeserver-roundcube-0.9/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/92roundcube --- smeserver-roundcube-0.9-old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/92roundcube 2013-06-05 22:06:55.000000000 +0200 +++ smeserver-roundcube-0.9/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/92roundcube 2013-06-05 22:08:31.000000000 +0200 @@ -65,6 +65,8 @@ $OUT .= " order deny,allow\n"; $OUT .= " deny from all\n"; $OUT .= " allow from $allow\n"; + $OUT .= " php_admin_value upload_tmp_dir /tmp\n"; + if ($pass) { $OUT .= " AuthName \"$name\"\n";