Author Topic: Zentyal FQDN!!!  (Read 4010 times)

tunsa

  • Zen Samurai
  • ****
  • Posts: 350
  • Karma: +15/-1
    • View Profile
Zentyal FQDN!!!
« on: June 30, 2012, 05:08:25 pm »
Zentyal was unable to get the full qualified domain name (FQDN) for his host/Please, check than your resolver and /etc/hosts file are properly configured.!!!!!
как получить полное доменное имя?????????????????

tunsa

  • Zen Samurai
  • ****
  • Posts: 350
  • Karma: +15/-1
    • View Profile
Re: Zentyal FQDN!!!
« Reply #1 on: June 30, 2012, 05:53:41 pm »
тему можно закрыть вот решение!!!!


Simply add the hostname to the host file located @ /etc/hosts

How to;
In a terminal (logged as root)
Code: [Select]
nano /etc/hosts

Then simply make your file looks like this one:
Code: [Select]
127.0.0.1       localhost
127.0.1.1       zentyal.exemple.com zentyal
** Pay attention to the space between the FQDN and the single name

** You may have to restart your server **

Regarding your problem, please post your error given when restarting postfix with this command:
Code: [Select]
/etc/init.d/postfix restart

Best,

Marcus