Roundcube add generic message in footer

Add message to footer of outgoing mails. Edit config/defaults.inc.php Add $config[‘generic_message_footer’] = ‘message_footer.txt’; $config[‘generic_message_footer_html’] = ‘message_footer.txt’; Now in root folder of roundcube, create a file message_footer.txt Add —————————– Get Free yourname@bizhat.com email address. — config/defaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) create mode 100644 message_footer.txt diff –git a/config/defaults.inc.php b/config/defaults.inc.php index ffce8e7..ba429fd … Read more

Roundcube disable multiple identities

Edit config/main.inc.php Find // Set identities access level: // 0 – many identities with possibility to edit all params // 1 – many identities with possibility to edit all params but not email address // 2 – one identity with possibility to edit all params // 3 – one identity with possibility to edit all … Read more

Roundcube

Roundcube Webmail Logs in Cpanel Server Enable debug mode in Roundcube webmail Roundcube disable multiple identities Roundcube add generic message in footer