[squid-users] Using Squid Proxy Server and INotes Internet Mail

From: <Gene.Patterson@dont-contact.us>
Date: Fri, 20 Apr 2001 11:02:25 -0400

Anyone had any experience in setting up INotes to sync and download mail files
thru a squid proxy server? The first try we got "forbidden"
and then we changed the acl to allow all as noted below. Now we get "proxy
reports that the connect request failed" message in the mail client".
It should be using the https port 443 to make connections. Looking at the squid
documentation, that should just tunnel the connection thru to the notes
server? The version of proxy server is 2.3STABLE1.

The Notes software works when it is on the same network segment (not going thru
a proxy) and it works coming from the internet in; however it does
not work from a PC on the inside going thru the squid proxy.

Defaults:
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563
acl Safe_ports port 80 21 443 563 70 210 1025-65535
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT

#Default configuration:
#
# added 04/18/01
#http_access allow all <<----------------
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
#

# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
#
http_access allow localhost
acl local_net src 172.19.0.0/255.255.0.0

Extract from access.log
987780671.918 284 172.19.0.77 TCP_MISS/000 0 CONNECT
phlinotes.risk.sungard.com:1352 - DIRECT/phlinotes.risk.sungard.com -

Any insights would be appreciated.

Gene Patterson

**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

**********************************************************************
Received on Fri Apr 20 2001 - 09:02:41 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:59:24 MST