Linux - Server This forum is for the discussion of Linux Software used in a server related context. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
01-28-2011, 11:53 PM
|
#1
|
Member
Registered: Jan 2011
Posts: 66
Rep:
|
Port 995 and 587 are blocked , How to open ?
I have Linux server (centos) in my company , Network is shared through this linux squid proxy server to Windows client .
How to open port 995 and 587 for Windows client because Outlook are not working in Windows Client ...
Help any one, How to open this port for Windows Client....
|
|
|
01-29-2011, 01:31 AM
|
#2
|
LQ Guru
Registered: Mar 2004
Distribution: SusE 8.2
Posts: 5,863
Rep:
|
Q: Are you even sure that Squid Proxy is the problem?
If a port is being "blocked", I would look first at any firewalls (software firewalls and/or routers and router firewalls) in your infrastructure.
Strong suggestion: please contact your network administrator and get his or her guidance.
|
|
|
01-29-2011, 01:36 AM
|
#3
|
LQ Guru
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
|
Hello,
Squid is a HTTP proxy server AFAIK, and doesn't open/close ports. That's the job of a firewall. Do you have iptables activated on a server or a gateway somewhere in your environment? Or have a hardware firewall?
Kind regards,
Eric
|
|
|
02-03-2011, 09:03 AM
|
#4
|
LQ Newbie
Registered: Feb 2011
Distribution: Red hat, Solaris, AIX, HP-UX, FreeBSD
Posts: 15
Rep:
|
I think that you may be talking about the CONNECT method and its common acls.
Yours clients are trying to use a SSL connection to that ports ? They are trying to use squid to do that?
If true, you must permit the connect method for this ports
common acls
acl SSL_ports port 443 563 # https, snews
acl CONNECT method CONNECT
http_access deny CONNECT !SSL_ports
fix it with
acl SSL_ports port 443 563 587 995
salu2
damade
|
|
|
05-02-2011, 02:05 AM
|
#5
|
LQ Newbie
Registered: Apr 2011
Location: Pakistan
Distribution: Centos, Fedora, Redhat, ubuntu, debian
Posts: 18
Rep:
|
Quote:
Originally Posted by damade
I think that you may be talking about the CONNECT method and its common acls.
Yours clients are trying to use a SSL connection to that ports ? They are trying to use squid to do that?
If true, you must permit the connect method for this ports
common acls
acl SSL_ports port 443 563 # https, snews
acl CONNECT method CONNECT
http_access deny CONNECT !SSL_ports
fix it with
acl SSL_ports port 443 563 587 995
salu2
damade
|
Dear Visit This link its works 100% for me
http://freelinuxtutorial.blogspot.co...ind-squid.html
Last edited by h.haider; 05-02-2011 at 02:08 AM.
|
|
|
All times are GMT -5. The time now is 07:34 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|