LinuxQuestions.org

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

sandeepc04 08-30-2012 06:13 AM

Outlook Express With Squid Problem
 
Hi Friends,

I have one Domain, which is maintaining 3rd party, xyz.com, we are paying annual base rent for this domain...they have given us some place and ID to create....

I am trying to configure mail.xyz.com with outlook express, internet is coming by squid server (RHEL-5).

i have opened port no 25 & 110 in iptables (TCP & UDP),

-A RH-Firewall-1-INPUT -p tcp -m tcp --dport 25 -j ACCEPT
-A RH-Firewall-1-INPUT -p tcp -m tcp --dport 110 -j ACCEPT
-A RH-Firewall-1-INPUT -p udp -m udp --dport 25 -j ACCEPT
-A RH-Firewall-1-INPUT -p udp -m udp --dport 110 -j ACCEPT

Note: If i am connecting Internet direct from switch (If there is no Squid Linux Server) then Outlook express is working fine with mail.xyz.com, but if i keep squid proxy then only getting problem with mail.xyz.com...

When i run outlook exp with squid then i am getting below error

"The host 'mail.xyz.com' could not be found. Please verify that you have entered the server name correctly. Account: 'mail.xyz.com', Server: 'mail.xyz.com', Protocol: POP3, Port: 110, Secure(SSL): No, Socket Error: 11004, Error Number: 0x800CCC0D"

This only happens when getting internet vai squid, or else there is no error....I have tried with 2-3 domains, getting same error....This mail server not located at office, this is on rent base taken...

Please help me what to do to solve this problem...


Thanks and Regards,
Sandeep CC

2005wind 08-31-2012 03:00 AM

you can find outlook express seting have some connecting method ,

sandeepc04 08-31-2012 06:13 AM

Hi 2005wind,

Sorry I didnot get my Answer/Solution....Please help me on this... i am not able to configure external Mail on Outlook Express with Squid (RHEL-5) server...

Regards,
Sandeep CC

linuxxer 08-31-2012 07:46 AM

Quote:

Originally Posted by sandeepc04 (Post 4768189)
I am trying to configure mail.xyz.com with outlook express, internet is coming by squid server (RHEL-5).

Squid is for http,https,ftp kind of proxy.
Squid is NOT for email proxy.

Please show me your outlook configuration.

sandeepc04 09-02-2012 11:04 PM

Hi linuxxer,

Thanks for your reply...finally what is solution for that? i wanted squid and with outlook express also to work... how to do this? what all kind of possibilities are there to solve my problem? is there need to do with iptables? already i have opened 25 & 110 port in iptables file also checked with "service iptables stop" not worked out...

Give me so idea so that i can try something to solve my problem....

Thanks once again...


Thanks and Regards,
Sandeep CC

linuxxer 09-04-2012 05:24 AM

Hi sandeepc04,

I think your are using M$ Window$.
I don't know any thing about Window$.

Window$ passing packet to INPUT chain of Linux server, insted of FORWARD chain.

In Window$ client configure only router settings.
And configure proxy only in browser.

And add FORWARD chain rules for emails.

I think it may work.


All times are GMT -5. The time now is 10:26 AM.