PureMessage for UNIX: how to customize graphics in the End User Web Interface
In PureMessage for UNIX version 5.3.2 and later, you can replace Sophos graphics in the End User Web Interface (EUWI) with custom logos. These will be visible to end users who have been given access to manage their quarantined messages through the EUWI.
What to do
- Log on to the EUWI server as the PureMessage user, pmx by default.
- Create a custom skin directory for storing custom logos by running the following commands:
cd /opt/pmx/lib/manager/HTTPD/www/skins/cp -r default <CustomSkinName>
‘cp –r …’command creates a new directory based on the ‘default’ directory. This new directory, <CustomSkinName>, stores the custom logos. - Go to the
/opt/pmx/etc/enduser/enduser_ui.conffile, and add the lineskin = <CustomSkinName>
This configures the EUWI to use the new custom skin on the next restart of the HTTPD (RPC/UI) service. - If an
enduser_ui.conf.ppmdistfile is found under the/opt/pmx/etc/enduser/directory, then relocate it to the home directory of the PureMessage user by running the following commands:cd /opt/pmx/etc/enduser/mv enduser_ui.conf.ppmdist ~/enduser_ui.conf.ppmdist.backup
rm enduser_ui.conf.ppmdist
- Customize logos as required. Hints on doing this are given in the section 'Additional notes about customizing logos' below.
- Finalize the customization by running these commands:
pmx-profile sync-to-db --resource=enduser_ui_config --forcepmx-httpd restart
- Verify the customization by launching the EUWI.
To revert EUWI to use the default skin, in the /opt/pmx/etc/enduser/enduser_ui.conf file, set skin = default, and then re-run steps 6 and 7.
Additional notes about customizing logos
- Use .gif files only.
- Do not modify any files or their permission under the
/opt/pmx/lib/manager/HTTPD/www/skins/default/directory. - Do not modify the filenames in the
/opt/pmx/lib/manager/HTTPD/www/skins/<CustomSkinName>directory; in other words, change the content but use the same filename./ - Keep the permission; compare against files under the
/opt/pmx/lib/manager/HTTPD/www/skins/default/directory. - Customers with web design expertise can further customize the EUWI by modifying the
/background_image.cssfile and/main.cssfile. Only make such changes if you feel confident that you know how to do this.
If you need more information or guidance, then please contact technical support.
- Article ID: 24204
- Created: 21 Mar 2007
- Last updated: 10 Oct 2008
