Mailspect Messages viewer would can be rebranded by changing the server wide logo, per domain logo and company's name in page title.
1) Server wide logo - the logo visible when accessing Message Viewer (before/after login)
- Login into Message Viewer (http://HOSTNAME:20000) as admin and visit Setup->Domains.
- At Server Logos enter Message Viewer's HOSTNAME value and browse for company logo (size 200x40 px)
2) Per domain logo - the logo visible to users after login into Message Viewer
- Login into Message Viewer (http://HOSTNAME:20000) as admin and visit Setup->Domains.
- When adding/editing domain a company logo can be uploaded
3) Change page title
Using command line / Terminal please do:
cd /usr/local/mppserver/apps/quarantine/templates/www # edit header.inc, header_popup.in and change Mailspect string in title HTML tag to your company name (vim header.inc)
<title>Mailspect :: <% $TEXT{$RM.'_title'} || $RM_TITLE || $RM %></title>
to
<title>COMPANY :: <% $TEXT{$RM.'_title'} || $RM_TITLE || $RM %></title>
4) Changing the text, links colors would require editing of CSS file /usr/local/mppserver/apps/quarantine/wwwdocs/css/style.css in body, footer, mlg, etc.


