[cvs] [Wiki] changed: FAQ/Admin/Config
Eric Rostetter
eric.rostetter at physics.utexas.edu
Wed Feb 8 11:46:22 PST 2006
ericr Wed, 08 Feb 2006 11:46:22 -0800
Modified page: http://wiki.horde.org/FAQ/Admin/Config
New Revision: 1.13
Change log: Add info about LimitRequestBody apache setting
@@ -415,8 +415,12 @@
memory_limit = -1 ;removes the memory limit for php
</code>
You will need to restart your web server after this change.
+
+It is also possible that web server settings may limit the size of attachments. For example, the Apache setting <code>LimitRequestBody</code>
+will limit the size also. In some linux distributions, this is set very low in a distribution created {{/etc/httpd/conf.d/php.conf}} file. Again, you
+will need to restart your web server after changing web server configuration settings.
++++ Can I add a custom header to mail sent from IMP?
To add custom SMTP headers to mail sent from IMP, place the headers in {{/horde/imp/config/header.txt}}. Make sure that your header is the last line in the file! You can include PHP variables by enclosing them in percent signs ("%"). One useful header is
More information about the cvs
mailing list