• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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