Re: [squid-users] I have an ACL blocking access but i want webmail

From: Lieven Marchand <lieven.marchand@dont-contact.us>
Date: 10 Jun 2003 13:06:56 +0200

"Frank Chibesakunda" <fchibesakunda@zesco.co.zm> writes:

> my current acl rule is:
>
> acl center_user 192.168.10.2-192.168.10.110
> acl browse time 08:30-15:30
>
> http_access deny center_user
> http_access deny center_user browsetime

This is redundant. The above matches center_user AND browsetime but
center_user is already rejected in the line above.

> am saying the above works, but i want to allow my webmail to be accessed
> during the time my users have been blocked, i.e my webmail address is
> http://mail.zen.co.zm, how do i allow it to be accessed?

acl webmail dst mail.zen.co.zm

http_access allow webmail
http_access deny center_user
http_access deny browsetime
http_allow all

-- 
"I do not want people to be agreeable, as it saves me the trouble of liking
them." Jane Austen
Received on Tue Jun 10 2003 - 05:07:11 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:17:18 MST