View Single Post
  #4 (permalink)  
Old 07-20-2008, 09:32 AM
phoenix phoenix is offline
Zimbra Consultant & Moderator
 
Posts: 19,650
Default

Quote:
Originally Posted by Offermann View Post
I do not quite see how this information relates to the question. Could you please explain?
It relates to your original question because your: a) hosts file is incorrect; b) you're not using an FQDN in the hosts file; c) you do not have correct DNS records.

The FQDN of your server should consist of it's hostname (e.g. mail or whatever it's named) and your domain name, that would give you an FQDN of mail.thielpark-com. From that your hosts file should be as follows (as detailed in the Quick Start Guide):

Code:
127.0.0.1 localhost.localdomain localhost
78.46.43.66 mail.thielpark.com mail
and the DNS records should be corrected to conform to this naming scheme. I'm not even sure

That's why the installation of Documents fails.
__________________
Regards


Bill
Reply With Quote