kaspersetz

Member
Aug 30, 2006
7
0
151
I was able to send mail using Thunderbird and SSL Port 995 until I upgraded MySQL from 40 to 50 on my Cpanel installation today. Any idea whet might have changed when I made that change in Tweak Settings?

I get connection refused. The funny thing is that I can still check mail over ssl on 495.

I didn't make any changes to my firewall.

Hans
 

kaspersetz

Member
Aug 30, 2006
7
0
151
Not sure.

telnet host.foo.com 995
Trying 66.xx.xxx.xx...
telnet: Unable to connect to remote host: Connection refused

I then took a look at my firewall rules and I seem to have the port open. How do I check that Exim/MailScanner is binding to that port to accept mail there?


# Allow incoming TCP ports
TCP_IN = 20,21,22,25,53,80,110,143,443,465,953,993,995,2082,2083,2086,2087,2095,2096,8080,8081,8082
# Allow outgoing TCP ports
TCP_OUT =20,21,22,25,37,43,53,80,110,113,443,587,873,953,2087,2089,2703,8080,8081,8082
# Allow incoming UDP ports
UDP_IN =20,21,53,953
# Allow outgoing UDP ports
# To allow outgoing traceroute add 33434:33523 to this list
UDP_OUT =20,21,53,113,123,873,953,6277
# Allow incoming PING
 

kaspersetz

Member
Aug 30, 2006
7
0
151
Resolution.

After reaching out to Chirpy's group they figured out restarting the cpanel service would do the trick.

We are now happily POPing email on 995 SSL.

Thanks, Jonathan!