
Hi Jake, On Wed, Apr 16, 2003 at 02:18:38PM -0400, Covert, Jake wrote:
Receiving. -----Original Message----- [...] On Tue, Apr 15, 2003 at 08:25:10AM -0400, Covert, Jake wrote:
Can someone help me find where the maximum email attachment size is set at? (1.0.1) [...]
I guess you use bin/PostMasterPOP3.pl? In OTRS 1.0 it's defined in bin/PostMasterPOP3.pl ~ line 35: [...] # MaxEmailSize my $MaxEmailSize = 1024 * 8; [...] -=> 8 MB In OTRS 1.1 you have a config option for that: [...] # PostMasterPOP3MaxSize # (max. email size) $Self->{PostMasterPOP3MaxEmailSize} = 1024 * 6; [...] Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- Old programmers never die. They just branch to a new address.