Thursday, August 08, 2019

Zimbra : Customize Logo

Guided by a blog post in zimbra (https://blog.zimbra.com/2015/09/change-login-app-logo-open-source-network-edition/)...

First, prepare needed images. there are size specs in the blog post, I created a couple just by my estimates. My basic guide is to make Zibra's logo larger than the custom label. License agreement specifics for images are also in the blog.



Second, upload to an online host, as recommended in the post.

Third, run the following commands to set URL, login banner, and app banner. These are the only ones I had to update.

zmprov md mydomain.com zimbraSkinLogoURL <mail web URL>
zmprov md mydomain.com zimbraSkinLogoLoginBanner <login banner image URL>
zmprov md mydomain.com zimbraSkinLogoAppBanner <app banner image URL>


Finally, restart the mailbox service, and you're good to go.

zmmailboxdctl restart


Well, give it a couple of minutes to reflect your custom changes. ;)

Thanks Zimbra team!!

No comments:

Post a Comment

SSH : No matching host key type found. Their offer: ssh-rsa,ssh-dss

Got this while connecting to my mikrotik router via ssh   Unable to negotiate with <ip address> port <ssh port>: no matching hos...