RE: [otrs] Max email attachment size

Receiving. -----Original Message----- From: Martin Edenhofer [mailto:martin@edenhofer.de] Sent: Wednesday, April 16, 2003 12:24 PM To: otrs@otrs.org Hi Jake, 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)
What do you mean with "max. email attachment size"? For sending or receiving?
Jake
Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- "Security is a process, not a product." - Bruce Schneier _______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

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.
participants (2)
-
Covert, Jake
-
Martin Edenhofer