View Single Post
  #8 (permalink)  
Old 11-11-2008, 12:28 PM
phoenix phoenix is online now
Zimbra Consultant & Moderator
 
Posts: 20,286
Default

Quote:
Originally Posted by sharkfin1 View Post
[root@zcs libexec]# cat /etc/hosts
Code:
'# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1               localhost.localdomain localhost
10.0.0.250              zcs.webmail.rpost.info'
Note: The /etc/hosts file did not hold the FQDN which I corrected but this does not appear to solve the installation issue (after rerun of zmsetup.pl).
You have a typing error in your hosts file(?) there's an extraneous ' after '.info - the format is also incorrect. The format should be like this:

Code:
10.0.0.250  zcs.webmail.rpost.info zcs
__________________
Regards


Bill
Reply With Quote