On Mon, 01 Feb 2010 15:27:20 +0100, "David C. Heitmann" <david@xxxxxxxxxxx> wrote: > hello, > need help to login in windows live messenger 2009 over squid > > i have wrote in my config > > > # MSN Messenger > > acl msn urlpath_regex -i gateway.dll > acl msnd dstdomain messenger.msn.com gateway.messenger.hotmail.com > acl msn1 req_mime_type application/x-msn-messenger > > http_access deny msnd > http_access deny msn > http_access deny msn1 > > > +port > > acl Safe_ports port 1863 > > cant connect....why??? One guess what "deny" means ? The default configuration which allows your local network machines to do anything safe will also allow them to open regular HTTP and HTTPS connections to MSN. All you need to do on top of the defaults is add the port 1863 to Safe_ports and SSL_ports which will allow the instant messages to go out as well. Connecting to MSN over proxy is only a backup method. MSN will attempt it's own native connections first. You should open the port on the firewall to allow the MSN program to connect out. Amos