I installed squid in ubuntu linux.How to restrict users to uploading files using e-mail accounts more than 10mb files.
I installed squid in ubuntu linux.How to restrict users to uploading files using e-mail
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You probably mean uploading files throught webmail service.
If so, then you need to limit request header size using request_header_max_size.
Also you should create some URL patterns to which this rule will apply using acl, or it will apply to all POST requests.
try such of this piece of config
More info here : http://wiki.squid-cache.org/SquidFaq/SquidAcl
and here : http://www.squid-cache.org/Doc/config/acl/