• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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