Is it possible to add global footer (disclaimer) to all outgoing messages from all users?
You can set the following options in the Roundcube config:
// path to a text file which will be added to each sent message
// paths are relative to the Roundcube root folder
$config['generic_message_footer'] = '';
// path to a text file which will be added to each sent HTML message
// paths are relative to the Roundcube root folder
$config['generic_message_footer_html'] = '';
Thank you.
It was very helpfull.
As always I did not RFM :)
p.s.:
Where I can find all config.inc.php options?
In defaults.inc.php. Plugins will have it's options usually in config.inc.php.dist in the plugin folder.