[Error] SMTP Only accepting SSL

Maverick4283

Member
Jan 27, 2012
9
0
51
cPanel Access Level
Root Administrator
I have been having a problem with my cpanel install where i can only send e-mail by connect to the server by SSL. While this is a good thing for the most part i do not currently have a valid SSL cert so i get a warning by all my apps. It also has stooped some of my websites to stop sending e-mails because they get stuck on the unsigned ssl.

When i try to connect to my SMTP server over port 25 it just sits there tell it times out even with the firewall off.(Accepting all connections)

I do not know where to look for errors that would have to do with this.


Thanks in advance for any help.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Hello :)

It's common for Internet service providers to block access to port 25. You can contact your web hosting provider to see if they have an alternate port enabled for SMTP. Many hosting providers will enable port 26 as a solution to this.

Thank you.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Your access level is listed as "Website Owner". Could you confirm if you have root access to your server? If so, please run the following commands to see if Exim is listening on port 25:

Code:
# netstat -lnp | grep :25

# exiwhat
If you do not have root access to the server, please contact your web hosting provider for assistance.

Thank you.
 

Maverick4283

Member
Jan 27, 2012
9
0
51
cPanel Access Level
Root Administrator
Exim is running and listening on port 25
Code:
tcp        0      0 0.0.0.0:25                  0.0.0.0:*                   LISTEN      18227/exim
tcp        0      0 :::25                       :::*                        LISTEN      18227/exim
And for the other command

Code:
 3910 accepting a local non-SMTP message from <[email protected]> id=1RiJBl-000114-Rk
 4080 accepting a local non-SMTP message from <[email protected]> id=1Rjl5y-00013o-28
 5304 accepting a local non-SMTP message from <[email protected]> id=1RlD09-0001NY-VP
 8040 accepting a local non-SMTP message from <[email protected]> id=1Rople-00025g-2Q
10202 accepting a local non-SMTP message from <[email protected]> id=1RqHfp-0002eY-9T
11390 accepting a local non-SMTP message from <[email protected]> id=1Rqe9O-0002xi-Ou
11629 accepting a local non-SMTP message from <[email protected]> id=1RpvCI-00031Z-5T
12141 accepting a local non-SMTP message from <[email protected]> id=1RpCFC-00039p-0i
13392 accepting a local non-SMTP message from <[email protected]> id=1RmeuM-0003U0-9T
16378 accepting a local non-SMTP message from <[email protected]> id=1RoTI9-0004GA-1l
17900 accepting a local non-SMTP message from <[email protected]> id=1RpYij-0004ei-Fa
18227 daemon: -q1h, listening for SMTP on port 25 (IPv6 and IPv4) and for SMTPS on port 465 (IPv6 and IPv4)
22159 accepting a local non-SMTP message from <[email protected]> id=1Rn1Nt-0005lP-BQ
22384 accepting a local non-SMTP message from <[email protected]> id=1RmIQn-0005p2-Iq
23758 accepting a local non-SMTP message from <[email protected]> id=1RkqWb-0006BC-MY
23770 accepting a local non-SMTP message from <[email protected]> id=1RjOcP-0006BO-Sa
23788 accepting a local non-SMTP message from <[email protected]> id=1RiffJ-0006Bg-Vr
23906 accepting a local non-SMTP message from <[email protected]> id=1Ro6oX-0006Da-EW
25653 accepting a local non-SMTP message from <[email protected]> id=1RnkKz-0006fl-Bk
26279 accepting a local non-SMTP message from <[email protected]> id=1RlvxF-0006pr-Df
26384 accepting a local non-SMTP message from <[email protected]> id=1Rk7ZV-0006rY-Ms
26434 accepting a local non-SMTP message from <[email protected]> id=1RnNrS-0006sM-3M
29800 accepting a local non-SMTP message from <[email protected]> id=1Rj28r-0007ke-PO
30419 accepting a local non-SMTP message from <[email protected]> id=1RlZTh-0007ud-9X
30647 accepting a local non-SMTP message from <[email protected]> id=1RkU33-0007yJ-S5
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
What result do you receive when you attempt to telnet from your computer to your server over port 25?

Code:
# telnet yourdomain.com 25
Thank you.
 

Maverick4283

Member
Jan 27, 2012
9
0
51
cPanel Access Level
Root Administrator
Ok, I did find out that my isp stared blocking port 25 about 6 months ago so that is my problem....rely need to read their e-mails. So how do i change my SMTP to work on port 26 ?

Edit: NVM found the setting under the service management.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Ok, I did find out that my isp stared blocking port 25 about 6 months ago so that is my problem....rely need to read their e-mails. So how do i change my SMTP to work on port 26 ?

Edit: NVM found the setting under the service management.
For anyone else who may need to enable Exim on another port, it can be done via:

"WHM >> Service Configuration >> Service Manager"

Thank you.