How to change background image of webmail login
How to change the Background Image of the Webmail Login page?
Problem
Sometimes, it is required to change the background image of the webmail login page.
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 |