Many ISP's is block port 25, how do I choose an alternative port?
Posted
by
Xeoncross
on Server Fault
See other posts from Server Fault
or by Xeoncross
Published on 2012-11-27T16:42:38Z
Indexed on
2012/11/27
17:06 UTC
Read the original article
Hit count: 212
I am building an application that will be acting as a combined MUA/MTA on different networks. However, many of the networks are with ISP's that block port 25 for SMTP. Therefore I would also like to open up a secondary port so that some of the installs can communicate on that if port 25 is closed.
How do I choose a second port? I know some people use port 26 or port 2525. What is the correct way to choose a port that won't interfere with existing software?
© Server Fault or respective owner