[Ilugc] How to block gmail on port 443

  • From: mohan.tux@xxxxxxxxx (Mohan Sundaram)
  • Date: Wed Jan 6 16:18:32 2010

On Wed, Jan 6, 2010 at 2:52 PM, subhojit ojha <subhojit.ojha@xxxxxxxxx>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

Other related posts: