Increase FORM POSTMAX?

Does anybody know how I can increase the max. amount of data that can be post through a FORM to RT ?
Attachments larger than about 1 MB (?) are not stored in the database.

$MaxAttachmentSize is 10 MB so that’s can’t be the problem.

Does anybody know how I can increase the max. amount of data that can be post through a FORM to RT ?
Attachments larger than about 1 MB (?) are not stored in the database.

$MaxAttachmentSize is 10 MB so that’s can’t be the problem.

The cause is msot likely what your database accepts.
If you are using MySQL, check your my.cnf
You probably want to increase the max_allowed_packet size, e.g.

set-variable = max_allowed_packet=10M

Lynoure Rajamäki
lynoure@otaverkko.fi