Block incoming Telnet connections
Hello
I wonder how can I block incoming connections via telnet. ? so that user can not send emails using telnet server ip 25/
Or
Is there any way to enable authentication for smtp ? I am using cpanel 11.5 with exim
Thanks
Yatin
-
You can't really block telnet specifically - all that does is allow a connection to open to a remote server. When someone uses telnet to connect to port 25, the server doesn't see that as being any different than a mail client opening an SMTP connection. What I suspect you're actually asking is how to prevent email from being relayed through your server. By default, cPanel configures your server to require SMTP authentication. Is there any reason you believe that your server is not set up this way? 0 -
[quote="yatinthakur, post: 1626931">Is there any way to enable authentication for smtp ? I am using cpanel 11.5 with exim
That is not a valid version of cPanel. The latest cPanel/WHM builds are version 11.42. You can verify your version of cPanel via the following command:cat /usr/local/cpanel/version
Thank you.0 -
[quote="cPanelMichael, post: 1627482"> cat /usr/local/cpanel/version
Thank you.
root@server [/home/xxxx]# cat /usr/local/cpanel/version 11.42.1.110 -
Check to make sure that "Antirelayd" is unchecked in "WHM Home " Service Configuration " Service Manager". SMTP authentication is required as long as this service remains disabled. Thank you. 0
Please sign in to leave a comment.
Comments
4 comments