[rt-users] Mime attachments
Ralph Angenendt
ra at letras.de
Wed Aug 8 05:28:47 EDT 2001
Andreas Kruthoff wrote:
> Is there a size limit with mime attachments? If I send a mail to the RT
> system with an attachment of about 500KB, it is not downloadable. It
> does not appear. Smaller attachments work fine.
This did not jump in your face, when you customized
/path/to/rt2/etc/config.pm?
| # $MaxAttachmentSize sets the maximum size (in bytes) of attachments
| #stored in the database.
|
| # For mysql and oracle, we set this size at 10 megabytes.
| # If you're running a postgres version earlier than 7.1, you will need
| # to drop this to 8192. (8k)
|
| $MaxAttachmentSize = 10000000;
|
| # $TruncateLongAttachments: if this is set to a non-undef value,
| # RT will truncate attachments longer than MaxAttachmentLength.
|
| $TruncateLongAttachments = undef;
|
|
| # $DropLongAttachments: if this is set to a non-undef value,
| # RT will silently drop attachments longer than MaxAttachmentLength.
|
| $DropLongAttachments = undef;
Ralph
--
__________________________________________________________________________
Ralph Angenendt | "Military justice is to justice what military
http://www.letras.de | music is to music"
ra at letras.de | -- Groucho Marx
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20010808/f872c558/attachment.sig>
More information about the rt-users
mailing list