I'm trying to configure my email accounts on outlook and can't find out what is my SMTP port. I'm using centos vps hosting. How should I find out what is my smtp?

link|improve this question

64% accept rate
2  
You should clarify, are you looking for your SMTP host or SMTP port? SMTP ports typically run on port 25 or 587. – Tim Dec 21 '11 at 14:07
I need SMTP port... and it's neither 587 nor 25. – Levani Dec 21 '11 at 14:11
You will have to ask your host then, if you want to get real wiley you can use a tool like nmap to scan the host for the open port, that however is beyond the scope of this question. – Tim Dec 21 '11 at 14:13
1  
If it's neither of those ports then you have a very non-standard configuration and would need to look at the server to figure out what port it is. Let me reemphasize how odd it would be to run SMTP on ports other than 25 and 587. – Chris S Dec 21 '11 at 14:13
feedback

closed as too localized by Chris S, MDMarra, Holocryptic, SvenW, Scott Pack Dec 21 '11 at 14:27

This question is unlikely to ever help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. See the FAQ for guidance on how to improve it.

1 Answer

SMTP is an IANA-registered well-known service running on TCP port 25.

If that is not the answer you were looking for, you'll have to be more specific.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.