• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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