1

Topic: Customise roundcube Logo

My version is  iredmail v0.9.5
Distribution is ubuntu 14.0 LTS
Backend MYSQL
Webserver Apache
IredAdmin-PRo


Need a step by step guidance on how i can customize my logo in roundcube .


Thanks

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Customise roundcube Logo

You can define your custom logo image in Roundcube config file:

// replace Roundcube logo with this image
// specify an URL relative to the document root of this Roundcube installation
// an array can be used to specify different logos for specific template files, '*' for default logo
// for example array("*" => "/images/roundcube_logo.png", "messageprint" => "/images/roundcube_logo_print.png")
$config['skin_logo'] = null;