Mine did the EXACT same thing. It went berserk, started going "Beep, Beep, Beep". It was kind of a bummer!
-----Original Message----- From: Chris Salter [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 9:57 AM To: [EMAIL PROTECTED] Subject: RE: [otrs] PostMasterPOP3.pl Jake, I had a 19MB email (19 megs of screenshots, believe it or not) come in to our system last week, with the same results. Win2K, running OTRS 1.1.3. Every once in a while OTRS will choke on emails over 2MB, but normally it at least is good up to 5MB. Above that, it's pretty much guaranteed to choke. With the 19MB email, we discovered the problem because OTRS was trying to print the email to the console window, causing our server to beep like crazy. -- Chris Salter -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Covert, Jake Sent: August 5, 2003 9:28 AM To: [EMAIL PROTECTED] Subject: RE: [otrs] PostMasterPOP3.pl It was on a Win2k machine, being run by mstask.exe (Microsoft's task scheduler), so I'm now suspicious that it might have been the culprit. -----Original Message----- From: Yong Li [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 8:46 AM To: [EMAIL PROTECTED] Subject: Re: [otrs] PostMasterPOP3.pl > "Covert, Jake" wrote: > > Once of my customers was gracious enough to try and email us a 30 Meg > file as an attachment. When PostMasterPOP3.pl tried to get it, it > hung (obviously...). > > My question is this: Is there any email input size restrictions on > PostMasterPOP3.pl? I know that otrs and mysql can both set their own > limits, but this would prevent it from even coming into the system. There is one default limit of 6M of email size in Default.pm: # --------------------------------------------------- # # # # Start of config options!!! # # PostMaster stuff # # # # --------------------------------------------------- # ... # PostMasterPOP3MaxSize # (max. email size) $Self->{PostMasterPOP3MaxEmailSize} = 1024 * 6; So PostMasterPOP3.pl should handle (skip) it, but I have no idea of why it hung... Best regards, Yong Li _______________________________________________ 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 _______________________________________________ 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 _______________________________________________ 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 _______________________________________________ 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
