DracoBlue The ability to change the Roundcube logo to the logo of your own organization so that the organization's logo is displayed on the login page, not the default Roundcube logo.
slimx Can't you just ...? sudo find / -name "logo.svg" 2>/dev/null | grep "skins/elastic/images" Then replace the file? You might have to do it when there's an update, but how often is that...
mike @DracoBlue did u try using the config file and it didn't work ? $config['product_name'] = 'company name'; $config['skin_logo'] = '/local/path/img.png';
slimx Yeah it's the default logo for your roundcube setup. DracoBlue I don't think there are many updates for RoundCube to be honest, I'm sure... it's "fairly" permanent. WHen you notice an update you could just update it again, simple.
jeff We've never been able to get logo changes to be persistent. It always reverts. Minor issue, but branding is important.