• 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.

Canonname is not correct fqdn

MarkcRobinson

New Pleskian
Just set up a new rackspace server, installed plesk with one-click installer
Centos 7
Plesk 12


Logged in to get this error:
-----------------------------------------
Canonname is not correct fqdn
plesk sendmail[3391]: It is impossible to detect the FQDN of the host.
Please make sure that the host name is correctly specified in /etc/hosts and goes right after the host's IP address. Depending on your OS, you might need to set the host name in /etc/HOSTNAME or /etc/hostname.

Hosts file is:
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
##.###.##.## tegprime
##.###.###.### tegprime
####:####:####:###:####:####:#####:#### tegprime

and etc\hostname contains
tegprime

Whats wrong?
 
A FQDN is a Fully Qualified Domain Name and not only a prefix.

Correct examples for "/etc/hosts" :

999.999.999.999 server1.example.com server1
999.999.999.998 server2.example.com server2
999.999.999.997 server3.example.com server3​

Correct examples for "/etc/hostname" :

server1.example.com OR server2.example.com OR server3.example.com​
 
Thank you. Fixed. Still can't log in to the server, though, at the web address. Does parallels offer any installation support?
 
Back
Top