On Wed, Jan 6, 2010 at 2:52 PM, subhojit ojha <[email protected]>wrote:

> hi all,
>       I tried to block gmail access in port no 443 like this
>
> acl block_port port 443
> http_access deny block_port
>

Try:

acl gmail .gmail.com .google.com
acl block_port port 443
http_access deny gmail block_port

-- Mohan Sundaram
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to