Re: [squid-users] problem msn 2009

From: Amos Jeffries <squid3_at_treenet.co.nz>
Date: Tue, 02 Feb 2010 15:06:56 +1300

On Mon, 01 Feb 2010 15:27:20 +0100, "David C. Heitmann"
<david_at_lafourmi.de>
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
Received on Tue Feb 02 2010 - 02:07:05 MST

This archive was generated by hypermail 2.2.0 : Tue Feb 02 2010 - 12:00:03 MST