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
