LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Problem with Outlook Express (https://www.linuxquestions.org/questions/linux-newbie-8/problem-with-outlook-express-754317/)

sohailkmu 09-11-2009 12:59 AM

Problem with Outlook Express
 
Dear all,


I have configured squid proxy server on rhel 4. I have also configured outlook express. I have a hotmail account but when I come through proxy then I cannot login to my email. When I remove proxy settings then it works fine. Please guide me if there be any configuraton required in squid.


Thanks a lot.

j_jerry 09-11-2009 01:29 AM

Are you using outlook express through WINE ?

linuxlover.chaitanya 09-11-2009 01:34 AM

From where do you remove the proxy settings? From Outlook express? Or you mean you remove the proxy server from the network?
If your proxy is not configured in transparent mode, then you will need to configure your IE settings. And make sure your proxy server is running.
Check for the status: service squid status

If its not running: service squid start.

sohailkmu 09-11-2009 10:33 PM

Quote:

Originally Posted by linuxlover.chaitanya (Post 3678284)
From where do you remove the proxy settings? From Outlook express? Or you mean you remove the proxy server from the network?
If your proxy is not configured in transparent mode, then you will need to configure your IE settings. And make sure your proxy server is running.
Check for the status: service squid status

If its not running: service squid start.


I mean when I remove proxy server's setting from client running windows xp. then outlook express works fine. My proxy server is also working fine for normal web browsing but the problem comes with outlook express.

linuxlover.chaitanya 09-12-2009 12:00 AM

Ok do you configure web browser for proxy settings?
If it is not configured then may be your squid is running is transparent mode and in this case will not accept requests if you configure your browser for the proxy settings.

sohailkmu 10-02-2009 10:33 PM

Quote:

Originally Posted by linuxlover.chaitanya (Post 3679605)
Ok do you configure web browser for proxy settings?
If it is not configured then may be your squid is running is transparent mode and in this case will not accept requests if you configure your browser for the proxy settings.

Yes I have configured web browser for proxy settings.

Further more it is not a transparent proxy.My internet is working fine.
The only problem as i mentioned earlier is not signing in with outlook express.

Thanks

linuxlover.chaitanya 10-05-2009 12:14 AM

Is any other mail client working with it? Like thunderbird or Office Outlook?

sohailkmu 10-05-2009 01:39 AM

[QUOTE=linuxlover.chaitanya;3707932]Is any other mail client working with it? Like thunderbird or Office Outlook?[/QUOTE
Other mail clients are also not working with it.

linuxlover.chaitanya 10-05-2009 02:39 AM

So it is something to do with your squid configuration then.
I had this issue with thunderbird but evolution worked well. But if none of them are working then there is something to do with your squid config.
Is there any reason why you have not configured it for transparent proxying?

sohailkmu 01-18-2010 03:35 AM

sohailkmu
 
Quote:

Originally Posted by linuxlover.chaitanya (Post 3708036)
So it is something to do with your squid configuration then.
I had this issue with thunderbird but evolution worked well. But if none of them are working then there is something to do with your squid config.
Is there any reason why you have not configured it for transparent proxying?

I am working in an organization and i want only selected people to use internet. Thats why I am not using transparent proxy.

linuxlover.chaitanya 01-18-2010 03:59 AM

Well. I think I did not read your question correctly previously. Squid is a http proxy and will not proxy pop imap or smtp requests. For that will need socks proxy.

sohailkmu 01-18-2010 11:13 PM

sohailkmu
 
Quote:

Originally Posted by linuxlover.chaitanya (Post 3830611)
Well. I think I did not read your question correctly previously. Squid is a http proxy and will not proxy pop imap or smtp requests. For that will need socks proxy.

Thanks a lot for your valuable information.

Can you please tell me about a socks proxy. I mean from where can i get one and install it.

mkp 01-19-2010 12:31 AM

Can you post your squid.conf and iptables rules?

linuxlover.chaitanya 01-19-2010 03:44 AM

You can find out some of the socks proxy on google.

sohailkmu 01-19-2010 11:59 PM

sohailkmu
 
Quote:

Originally Posted by mkp (Post 3831738)
Can you post your squid.conf and iptables rules?

Thanks a lot for your response. I don't know much about iptables.

# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination

Chain FORWARD (policy ACCEPT)
target prot opt source destination

Chain OUTPUT (policy ACCEPT)
target prot opt source destination



Squid.conf


acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
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 CONNECT method CONNECT


All times are GMT -5. The time now is 04:33 PM.