Author Topic: Can’t enable Roundcube plugin  (Read 1705 times)

Offline papakota

  • Newbie
  • *
  • Posts: 4
Can’t enable Roundcube plugin
« on: June 09, 2020, 07:43:58 PM »
Hello!
I have a webmail RC on LAMP stack hosted locally in Ubuntu 16.04 I wanted to hear a sound each time new e-mail arrives. I did everything to enable the plugin, but there’s no sound. What I do is this:

   1) Change the name of plugin’s config file from config.inc.php.dist to just config.inc.php This file resides in plugin’s own directory;
   2)  In that file I change false to true;
   3) Go to main RC config file in config directory config.inc.php and at the bottom of it add the plugin’s name into the array brackets like so:

Code: [Select]
$config[‘plugins’] = array(‘newmail_notifier_sound’);

 Restart Apache.
 Then I send an e-mail to myself and I receive it OK, but I can’t hear any sounds.

Offline alec

  • Hero Member
  • *****
  • Posts: 1,365
Re: Can’t enable Roundcube plugin
« Reply #1 on: June 10, 2020, 01:26:21 AM »
The plugin name is newmail_notifier.

Offline papakota

  • Newbie
  • *
  • Posts: 4
Re: Can’t enable Roundcube plugin
« Reply #2 on: June 10, 2020, 11:36:44 AM »
The problem is solved.

First of all, the plugin name wasn't 'newmail_notifier_sound', but just 'newmail_notifier'. Secondly, I use Chromium browser (Chrome in Ubuntu basically). Also I allowed my domain to make sounds in the browser's settings. And the last thing... I put a "V" checkmark in "Check all folders..." in MailBox View settings of RC's settings.