Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: zinkus on August 01, 2018, 04:11:48 PM

Title: Global disclaimer
Post by: zinkus on August 01, 2018, 04:11:48 PM
Is it possible to add global footer (disclaimer) to all outgoing messages from all users?
Title: Re: Global disclaimer
Post by: SKaero on August 02, 2018, 01:23:30 AM
You can set the following options in the Roundcube config:
Code: [Select]
// 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'] = '';
Title: Re: Global disclaimer
Post by: zinkus on August 02, 2018, 02:17:58 AM
Thank you.
It was very helpfull.

As always I did not RFM :)

p.s.:

Where I can find all config.inc.php options?
Title: Re: Global disclaimer
Post by: alec on August 02, 2018, 05:20:01 AM
In defaults.inc.php. Plugins will have it's options usually in config.inc.php.dist in the plugin folder.