> "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

Reply via email to