RE: [otrs] Max email attachment size

No. Using sendmail as an MTA w/ procmail. -----Original Message----- From: Martin Edenhofer [mailto:martin@edenhofer.de] Sent: Thursday, April 17, 2003 11:34 AM To: otrs@otrs.org 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. _______________________________________________ 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

On Thu, Apr 17, 2003 at 11:45:17AM -0400, Covert, Jake wrote:
No. Using sendmail as an MTA w/ procmail.
There is not max. email size to set for bin/PostMaster.pl (with procmail). -=> You can do this with your MTA. There is a max. size of email if you used the TicketStorageDB module (default) and mysql (email stored in the database). The default max packet size of mysql is 2M (== max size of email). See also: http://otrs.org/pages/index.pl?Action=Ext&Site=Docu-CVS/performance-tuning.h... Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- nohl: 6:06pm up 60 days, 3:29, 6 users, load average: 0.07, 0.09, 0.15
participants (2)
-
Covert, Jake
-
Martin Edenhofer