• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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