LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   authentication problesm with Outlook at Proxy Squid (https://www.linuxquestions.org/questions/linux-server-73/authentication-problesm-with-outlook-at-proxy-squid-743783/)

ceduardo 07-29-2009 05:59 PM

authentication problesm with Outlook at Proxy Squid
 
Hello everybody thank you for the help they can give me. Well my Squid server has gone well for a long time but now I get a user who has his hotmail account configured in your Outlook using the Outlook Connector, it makes a connection type MAPI.

I donīt have restrictions for hotmail or microsoft web page but I get this log messages on the access.log file:

Code:

1248895508.062      1 192.168.2.254 TCP_DENIED/407 1835 POST http://mail.services.live.com/DeltaSync_v2.0.0/Settings.aspx? - NONE/- text/html
1248895508.066      0 192.168.2.254 TCP_DENIED/407 1778 GET http://contacts.msn.com/ui/auth/auth.aspx? - NONE/- text/html
1248895508.115    41 192.168.2.254 TCP_DENIED/407 1832 POST http://mail.services.live.com/DeltaSync_v2.0.0/Settings.aspx - NONE/- text/html

I tyr on the Internet Explorer configuration, for donīt uses proxy server for the domain address:

Code:

*hotmail*;*services.msn*;*services.live*;*contacts.msn.*;*calendar.live*

Thanks for your help.

PD: I am sorry but my english is very bad.

kirukan 07-30-2009 12:13 AM

Have you redirected the http port to squid listening port?

ceduardo 07-30-2009 09:46 AM

Hi kirukan thank for your answer, In my firewall script donīt have nothing one redirection for the http port.

ceduardo 07-31-2009 10:53 AM

thanks fot your help. The soluion is this:

First make a ACL
Code:

acl HM_SERVER dstdomain .msn.com .hotmail.com .passport.com .live.com
We create a http_access code line, but this one should be the first one
Code:

http_access allow HM_SERVER
Thanks !!!


All times are GMT -5. The time now is 05:16 PM.