How to Duplicate Reseller Service Plans in Plesk
This guide will walk you through the process of cloning the reseller service plans in…
The standard port utilized for SMTP connections is 25. One of the most useful causes for not being capable of sending messages is that your Internet service provider blocks this port. This is why utilizing an optional SMTP port is highly recommended.
Here’s how to, depending on your OS, check whether your ISP blocks port 25:
Check port 25 in Windows
Check port 25 in Mac OS
Every Mac OS is delivered with a preset up terminal emulator(tool which permit you to execute commands from the command line). Generally, the terminal is present under your Mac HD -> “Applications” directory -> Utilities sub-directory. When the window opens, you will find a command line with a flashing cursor on it so you can start typing right away. Just type the following command and press “Enter”:
telnet my-domain-name.com 25
Check port 25 in Linux
Open your favorite terminal emulator and execute the following command in order to check the connection on port 25 to your website:
telnet my-domain-name.com 25
Results from the 25 port check
If the test is successful, you should receive a message similar to this one:
220-serv01.sitegroundXXX.com ESMTP Exim 4.63 #1 Wed, 18 Apr 2008 07:17:30 -0500
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.
Explore more hosting insights, tips and industry updates.
This guide will walk you through the process of cloning the reseller service plans in…
This article will be of assistance to you. In cPanel and WHM, how can you…
In this article, you will find the installation process of an Apache module in WHM.…