
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. Appreciate your thoughts. ********************************* Jake Covert Infrastructure Analyst Electronic Data Systems PSIC Support Group (586) 986-9698 Work (586) 518-3859 Pager http://www.eds.com http://www.eds.com *********************************

"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
participants (2)
-
Covert, Jake
-
Yong Li