• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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