Skip to main content

Block incoming Telnet connections

Comments

4 comments

  • vanessa
    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
  • cPanelMichael
    [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
  • yatinthakur
    [quote="cPanelMichael, post: 1627482"> cat /usr/local/cpanel/version
    Thank you.
    root@server [/home/xxxx]# cat /usr/local/cpanel/version 11.42.1.11
    0
  • cPanelMichael
    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.