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

Network Troublshooting => Linux Proxy Server Support => Topic started by: muthu on January 26, 2005, 01:43:50 PM

Title: squid-outlook express
Post by: muthu on January 26, 2005, 01:43:50 PM
hi

I have squid setup on linux9, it works fine for browsing, but
doesnt work send and receive mails for me thr, outlook express.
any soln. pl.

ERROR FOR:

the connector to the server has failed 'muthu', server '210.180.254.246',protocol :pop3 port 110, secure (ssl): no socket error 100 60 .error number 0x800cccoe

thank you

s.muthu
Title: squid-outlook express
Post by: Ricky on January 27, 2005, 09:15:54 AM
use transparent proxy
Title: squid-outlook express
Post by: gauravbajaj on January 28, 2005, 08:17:40 AM
hi
Do one thing if u wanna sebd & recieve mail from outlook, u have to enable ipop3 server as well
go to
#open /etc/xinetd.d/ipop3
#change disable=yes to disable=no
#then start the service by:
#service xinetd restart

After That it works fine
Gaurav