March 28, 2024, 04:54:33 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: Squid - Outlook  (Read 7479 times)

Offline manojs

  • New Member
  • Posts: 2
Squid - Outlook
« 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

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
Squid - Outlook
« Reply #1 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

Offline manojs

  • New Member
  • Posts: 2
Plz help me
« Reply #2 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

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
Squid - Outlook
« Reply #3 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.