Applicable to:
- Plesk Obsidian for Linux
Question
How to change logos in the webmail if Plesk Premium Email is installed?
Answer
There are two Plesk logos used in the webmail interface if Plesk Premium Email is installed:
-
Logo in the top-left corner.
-
The watermark which is used when no content is shown in several windows (message preview, address book preview etc.):
To change these for custom logos, use the following steps:
-
Prepare custom logos and upload these to the server.
Note: The images should be in the SVG format.
-
Connect to the server using SSH and backup the original files:
# mv /usr/share/roundcubemail/public_html/assets/skins/plesk/images/logo.svg{,.orig}
# mv /usr/share/roundcubemail/public_html/assets/skins/plesk/images/logo-small.svg{,.orig} -
Switch to the directory where the custom logos were uploaded and replace the logos with the uploaded ones:
# cd /path/to/directory/with/uploaded/custom/logos/
# mv logo.svg /usr/share/roundcubemail/public_html/assets/skins/plesk/images/
# mv logo-small.svg /usr/share/roundcubemail/public_html/assets/skins/plesk/images/
Comments
1 comment
Hey there!
Changing logos in the webmail when you have Plesk Premium Email installed is a neat customization trick to make your webmail feel more personalized. Your article does an excellent job of describing this process, but I think I can say it a little more simply. I've had some experience with individualsoftware entwickeln lassen, so here's my advice:
1. Prepare Your Custom Logos: First, make sure you have your custom logos ready in SVG format. These logos will give your webmail a unique touch.
2. Backup Original Files: Safety first! Before making any changes, back up the original files. You can do this using SSH with the commands provided. This step ensures that you can revert if something goes awry.
3. Upload Your Custom Logos: Upload your custom logos to the server in the directory you prefer. This step is where you replace the default Plesk logos with your own. Make sure to use the same file names as the originals.
By following these steps, you'll successfully switch out the Plesk logos with your custom ones. It's a small change, but it can make a big difference in the overall look and feel of your webmail.
Please sign in to leave a comment.