Hello,
My users create ticket by e-mails.
I limit the attachments size on OsTicket as 2mb, but Osticket doens't care of this size.
If the user attach a file greater than 2mb to the email the ticket is still created with the attachment.
My php settings :
upload_max_filesize 2M
post_max_size 2M
memory_limit = 1024M
OsTicket settings :
Thanks in advance for your help.