Results 1 to 1 of 1
Dear All
I want to block email attachments upload on internet through different mail servers. My requirement is that no user can send email attachments from/to yahoo, hotmail, gmail etc. ...
- 11-26-2009 #1Just Joined!
- Join Date
- Nov 2009
- Posts
- 8
Blocking File Uploads with Squid
Dear All
I want to block email attachments upload on internet through different mail servers. My requirement is that no user can send email attachments from/to yahoo, hotmail, gmail etc. I have RHEL-5 and squid 2.7. I have applied the undermentioned ACL but it in vain
ACL is
acl fileupload req_mime_type -i ^multipart/form-data$
http_access deny fileupload.
Waiting for ur valuable reply
Regards


Reply With Quote