I want to add a couple of more things that I have discovered after deploying the appliance ~10 times.
- Not only is the
fixed IP setting discarded in the OVF deployment, but also the
complete password. For example, I set a password such as
yonatan12 and I can logon to both the web interface and appliance (via console) using either
yonatan,
yonatan12 or say
yonatan1.
- Some of the OVF deployment settings need to be clarified for the user. Specifically there is a field for
hostname and
admin email address. I take hostname to mean
ZCA or
mail. HOWEVER, this creates an appliance that won't send or receive email. What the field is asking for is the
FQDN such as
ZCA.mydomain.com or
mail.mydomain.com. Also, for the admin email address I first used my personal one outside the actual domain say
xxx@hotmail.com and this creates a domain hotmail.com for Zimbra. In other words the admin address must be
admin@mydomain.com. These options definitely need to be more clear!
Also, the appliance creates a hosts file (/etc/hosts) that looks like this:
192.168.1.x zca.mydomain.com
127.0.0.1 localhost.localdomain localhost
I know from all the discussions here about split-dns etc that the hosts file should look like this:
192.168.1.x zca.mydomain.com zca
127.0.0.1 localhost.localdomain localhost
But the appliance works anyway, so I guess Zimbra is doing some trickery. Just thought I'd point it out.
That's it for now. Maybe Zimbra wants to hire me for QA testing
