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... |