View Single Post
  #2 (permalink)  
Old 09-29-2005, 05:14 PM
marcmac marcmac is offline
Zimbra Employee
 
Posts: 2,103
Default smtphostname not set

Somehow, the installer managed not to get the smtphostname set, which is why the command
COMMAND: zmprov ms stuff.testdomain.com zimbraSmtpHostname
fails (there's supposed to be an argument at the end).

The cert install stuff is complaining about hostname, too.

does your etc hosts file have:
127.0.0.1 localhost localhost.localdomain
or
127.0.0.1 localhost.localdomain localhost

I think we want the latter...
Reply With Quote