
31 Aug
2004
31 Aug
'04
8:19 p.m.
Brian Killeen wrote:
Hello otrs, Hi Brian,
Has anyone hit a limit on the size of emails OTRS can download - Recently had a 7MB download that OTRS could not handle and no other e-mails behind it in the queue could be dealt with. Perhaps there is a configuration file where this can be changed. Config.pm: # MaxFileUpload # (Max size for file uploads - default 5 MB) $Self->{MaxFileUpload} = 1024 * 1024 * 5;
-- Gerold