Zmprov: Difference between revisions

No edit summary
No edit summary
Line 34: Line 34:
zmprov ms <hostname> zimbraMailSSLPort <new_ssl_port>
zmprov ms <hostname> zimbraMailSSLPort <new_ssl_port>


more details on port changes also perdition [Configuring_Perdition]
more details on port changes also perdition [[Configuring_Perdition]]

Revision as of 06:08, 6 May 2007

If you're seeing an error like this when you run zmprov:

[] ERROR: java.security.cert.CertificateExpiredException: NotAfter: Sun Oct 08 00:38:45 EDT 2006
ERROR: zclient.IO_ERROR (invoke java.security.cert.CertificateException: Untrusted Server Certificate Chain, server: localhost)    
(cause: javax.net.ssl.SSLHandshakeException java.security.cert.CertificateException: Untrusted Server Certificate Chain)

your certs are expired, and need to be recreated


Using Zmprov to add themes:

'zmprov gcf zimbraInstalledSkin' and you'll get a list of currently installed skins.

When you've done that/written those down:

'zmprov mcf zimbraInstalledSkin <skin1> zimbraInstalledSkin <skin2> etc...'

List ALL the skins you want to include, the ones you don't want should be left off the list. (if you fail to list even the currently installed ones it actually uninstalls them)

Supposedly you then neeed a tomcat stop/start after the zmprov mcf, though it works for me without the restarting


zmprov gcf zimbraRemoteManagementPort


zmprov ms manages ports for smtp, pop, imap etc

zmprov ms <hostname> zimbraMailPort <new_port> zmprov ms <hostname> zimbraMailSSLPort <new_ssl_port>

more details on port changes also perdition Configuring_Perdition

Jump to: navigation, search