"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 AustenReceived 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