Well it turns out I was already on 5.0.6 I am looking through the zmtlsctl bash script and see this block:
echo -n "Rewriting config files for webxml and mailboxd..."
${zimbra_home}/libexec/zmmtaconfig webxml mailbox > /dev/null 2>&1
if [ $? = 0 ]; then
echo "done."
else
echo "failed."
exit 1
fi
}
I have that /opt/zimbra/libexec/zmmtaconfig script but don't understand how to run it by itself by passing the right parameters to webxml and mailbox. My guess is that webxml is where it's failing but I really have no idea. When I run it manually i get the following:
root@frontend:/opt/zimbra/jetty/webapps/zimbra/WEB-INF# sudo -u zimbra /opt/zimbra/libexec/zmmtaconfig webxml mailbox
Thu Jun 5 14:11:11 2008 Skipping Configuration for server zimbra.mail.hssc.com No data returned.
Thu Jun 5 14:11:11 2008 Key lookup failed.
zmmtaconfig shutting down |