1

Topic: How to change Roundcube welcome message

Hi,

we want to change roundecube webmail login but showing the message "Welcome to Roundcube Webmail" so how to change the text content.

----

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

2

Re: How to change Roundcube welcome message

Hi,
if you want to change the welcome message you must edit the file located in
/var/www/roundcubemail-x.y.z/program/localization/en_US/labels.inc

the line to change is:

$labels['welcome']   = 'Welcome to $product';

I'm using CentOS, in other distro the path can be different...

Best regards,
Alessio

3

Re: How to change Roundcube welcome message

Thanks for support.