Author Topic: Global signature  (Read 3636 times)

Offline rahulkmnair

  • Newbie
  • *
  • Posts: 3
Global signature
« on: November 14, 2012, 03:06:12 AM »
Hello,

How can I create global (image) signature for all the email accounts in Roundcube (cpanel server)? It also means when I create a new email account, the signature should automatically added to that account.
« Last Edit: November 14, 2012, 04:11:05 AM by rahulkmnair »

Offline rahulkmnair

  • Newbie
  • *
  • Posts: 3
Re: Global signature
« Reply #1 on: November 14, 2012, 09:25:59 AM »
I got the solution and it's working fine.

Create a file for example "signature.txt" in "config" directory if possible.

Add the Signature on that file.

Edit the following lines in config file (main.inc.php) of roundcube.

$rcmail_config['generic_message_footer'] = '<path to the file signature.txt>';
$rcmail_config['generic_message_footer_html'] = '<path to the file signature.txt>';

Try sending emails and see the results now. Please note that this is a common setting and will affect for all the email accounts on the server.

Regards
RahulKMNair

Offline mikec

  • Newbie
  • *
  • Posts: 4
Re: Global signature
« Reply #2 on: October 28, 2013, 11:46:30 PM »
Sorry to bring this back to life...

I was looking for a solution for a Global Sign, I notice the settings in main.config, however I'm wondering if there's any way to update the file contents from roundcube?

Maybe a plugin (couldn't find one so far).

Its nice to be able to point to files, but we have a specific scenario where a company needs to change the global signature often (maybe every month or so) and its not ideal for this to be done at server side every time... Is there any know pugin for this?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Global signature
« Reply #3 on: October 29, 2013, 12:16:11 AM »
I don't know of a plugin that would allow that, but you could point it to some sort of CMS that could do the change.