How to change background image of webmail login

How to change the Background Image of the Webmail Login page?


   KB 24569        Last updated on 2023-08-30  




0.00
(0 votes)


Problem

Sometimes, it is required to change the background image of the webmail login page.

Image.png

Solution

This can be done by following below steps:

Note: The changes will not survive after the patch or Zimbra update.

Begin by copying your desired image (image.png) to the designated directory path within the Zimbra installation.

sudo cp your-image.png /opt/zimbra/jetty_base/webapps/zimbra/img/

To ensure the image functions correctly within the Zimbra web interface, set the appropriate permissions.

sudo chown zimbra:zimbra /opt/zimbra/jetty_base/webapps/zimbra/img/your-image.png

Renaming the existing image is a crucial step to avoid conflicts. Execute the following commands to rename the old image and replace it with the new one:

sudo mv /opt/zimbra/jetty_base/webapps/zimbra/img/new-back-ground-image.png /opt/zimbra/jetty_base/webapps/zimbra/img/new-back-ground-image.png.old
sudo mv /opt/zimbra/jetty_base/webapps/zimbra/img/your-image.png /opt/zimbra/jetty_base/webapps/zimbra/img/new-back-ground-image.png

To ensure that the updated image is displayed correctly, flush the cache and open the Zimbra web interface in an incognito or private browsing tab.

zmprov fc all
Submitted by: Aman Shukla
Verified Against: ZCS 9.0 Date Created:
Article ID: https://wiki.zimbra.com/index.php?title=How_to_change_background_image_of_webmail_login Date Modified: 2023-08-30



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »


Jump to: navigation, search