Hello everyone,
Some users are trying to access yours hotmail account via http access by outlook express.
Squid requires authentication.
OE does'nt has any field to insert login and password to access squid. Thus, I make two acls:
# login name of the users that need to access hotmail by OE
acl OE_USERS proxy_auth "/squid/etc/OE.users"
# address accessed by outlook to fetch emails - actually the url: http://services.msn.com/svcs/hotmail/httpmail.asp
acl HM_SERVER dstdomain .msn.com
allowing access:
http_access allow OE_USERS HM_SERVER
but OE still tells that squid is asking for a authenticated access.
what is wrong ?
Cheers,
-- _______________________________________________ Get your free email from http://mymail.bsdmail.com Powered by OutblazeReceived on Mon Apr 25 2005 - 08:29:41 MDT
This archive was generated by hypermail pre-2.1.9 : Sun May 01 2005 - 12:00:04 MDT