Webmail 2096 not responding
-
Hello @tdot, You can run the following command to verify that cpsrvd is listening for connections on port 2096: netstat -lnp | grep :2096
The output should look like this:# netstat -lnp | grep :2096 tcp 0 0 0.0.0.0:2096 0.0.0.0:* LISTEN 1935/cpsrvd (SSL) -
If the output matches the above, then you may want to check if port 2096 is blocked by your firewall rules. CSF is a useful application if you want an easy way to manage your firewall rules from Web Host Manager:0 -
[root@server ~]# netstat -lnp | grep :2096 tcp 0 0 0.0.0.0:2096 0.0.0.0:* LISTEN 1065/cpsrvd (SSL)
I have tried to access it via different IPS still having the same issue0 -
Hi @tdot, Did you install a third-party firewall management utility such as CSF so you can check to make sure port 2096 isn't blocked by a firewall rule? Thank you. 0
Please sign in to leave a comment.
Comments
3 comments