Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => Linux Proxy Server Support => Topic started by: manojs on December 16, 2004, 09:23:52 AM

Title: Squid - Outlook
Post by: manojs on December 16, 2004, 09:23:52 AM
Hi,

I m having problem with outlook express with pop3 a/c
can anyone help me in this case.
This is my squid configuration:-

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 our_network src 192.168.0.0/255.255.255.0
http_access allow our_network
acl SSL_ports port 443 563
acl Safe_ports port 80      # http
acl Safe_ports port 21      # ftp
acl Safe_ports port 443 563   # https, snews
acl Safe_ports port 70      # gopher
acl Safe_ports port 210      # wais
acl Safe_ports port 1025-65535   # unregistered ports
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 Safe_ports port 110         # Mail
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports

http_access allow localhost
http_access deny all
http_access our_network allow all
icp_access allow all

Thank you! in Advance for helping me
Title: Squid - Outlook
Post by: Ricky on December 16, 2004, 02:30:24 PM
here most of the people regarding squid comes for the outlook express problem with squid..

The solution is to do port forwarding for pop and smtp ports or use Transparent proxy.. See Squid transparent proxy (http://www.linuxsolved.com/forums/ftopic116.html)
Title: Plz help me
Post by: manojs on December 17, 2004, 04:54:22 AM
Well Thank you! a Ton Dear but i have already gone through all these posting and cudnt find any solution n i m a newbie to linux so dont have mch knowledge.so chk my squid.conf first and tell me where do i need to make changes.

Thankyou vry mch
Title: Squid - Outlook
Post by: Ricky on December 17, 2004, 10:22:25 AM
I think you have not understood , I am saying if you use transparent proxy then you can download mails using outlook also.