• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Question No telnet no yum

Jacek

New Pleskian
Hi, I need to telnet yahoo server to troubleshoot why my mails are rejected by them. But I can't either telnet on root, or user or install telnet by yum. On both I have "command not recognized"
 
Well, depending on your Linux distribution you'll have to use either one of those to install telnet:
Code:
apt install telnet
or
Code:
dnf install telnet
or
Code:
yum install telnet

You'll have to figure out which Linux distribution you have so that you'll know in the future whether to use apt or yum or dnf....
 
Last edited:
Back
Top