473,402 Members | 2,064 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,402 software developers and data experts.

Open smtps port on centOS linux

110 100+
I'm trying to run a php based mailer to send e-mail via my gmail, and apparently I need to connect on port 465.

I've checked which ports are open on my server, and 465 is closed.

I've tried running
open 465, and open localhost:465. I didn't get errors on either of these commands, but following up with nmap -st localhost does not show port 465 being open.

I've searched high and low for a command to open the port, but couldn't find anything userful.

The OS is CentOS,
If anybody could point me in the right direction, I would be grateful.

Pete
Mar 13 '08 #1
3 5933
sicarie
4,677 Expert Mod 4TB
Did you try editing the iptables settings?

There are a few (hopefully) useful links returned by a Google search of "centos open port."
Mar 19 '08 #2
pedalpete
110 100+
Thanks sicarie,

I thought their was a command which would open the port.
I did end up editing my 'sendmail' config, but within a few hours, it seems somebody was able to highjack my server and use my e-mail domain to send spam, so I shut it down again.

I guess it's better to leave this stuff to the pros. Seems port 465 is closed for good reason.
Mar 26 '08 #3
micmast
144 100+
as root
iptables -A INPUT -p tcp --sport <portnumber> -j ACCEPT

that will open that port on your firewall
but then again, I don't get what you are trying to achieve, could you give me a bit more information? Another thing you might want to check: google uses ssl imap to retreive mail...
Mar 28 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: 127.0.0.1 | last post by:
Is there any good examples (the one in the PerlFAQ isn't good) of how to open up a /dev/ttyXX standard serial port, set the speed, then read/write to/from it then close it ? I am trying to write...
6
by: Toralf Kirsten | last post by:
Hi, we are using a test and a production dbms, separately. The test db is installed on Win2K DB2 UDB V8.1.0. The prod. db is running under Redhat Linux 9 and also uses DB2 V8.1.0. My application...
1
by: yawnmoth | last post by:
I wrote a PHP script that needs to connect to port 53 on UDP and on some (shared) servers it doesn't seem to be working. This makes me currious - is it possible that these servers connections on...
0
by: CandyClaire | last post by:
hello, I need help here... My index.php page wont submit even after clicking the submit button in a Linux(CentOS) environment.... It would sort of just refresh and then it goes back to the same...
8
by: MacRules | last post by:
In office, I can have RedHat AS 4.0. And I like to configure a DB2 for home lab system. Which one is better OpenSuse 10.3 or CentOS?
1
by: F. | last post by:
Hello, I have problems making python on CentOS 5. Seems that can not find something. I can not find the problem. Where is the problem?
3
by: Brendan | last post by:
The current CentOs Linux distro includes python 2.4.3. I need to install a more recent version but I am worried about breaking CentOs python dependencies. Is it safe to install python 2.6 using pup?
7
by: Adam01 | last post by:
Im not perl expert with perl, and I am trying to run a server script (that I didnt write). And perl reports: Can't locate IO/Compress/Gzip.pm in @INC (@INC contains:...
1
by: ameyav | last post by:
Hi, I had an existing machine having a dick with two partitions. C: had Windows Xp Professional installed. D: i installed CentOS 4.7 Server However during installtion i do not recollect if...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.