Quote:
Originally Posted by Offermann 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.