Author Topic: managesieve issues  (Read 3492 times)

Offline zeigerpuppy

  • Newbie
  • *
  • Posts: 4
managesieve issues
« on: May 13, 2014, 11:06:35 PM »
I am trying to get managesieve or sieverules plugin working in RC 1.0.0
I had it working ok in RC 0.79 so I know my sieve server is working fine.

The error I am getting in the roundcube log is:
PHP Error: Error loading template for sieverules.sieverules in /var/www/rc_v1/program/include/rcmail_output_html.php on line 494 (GET /rc_v1/?_task=settings&_action=plugin.sieverules)

It looks like the server login works fine and the sieve log shows a successful read of the rules.
In roundcube, I get the error:

SERVICE CURRENTLY NOT AVAILABLE!
Error No. [501]

I have tried with both the included managesieve plugin and the sieverules plugin.

My settings look sane, I think the problem is deriving from this setting, have tried changing it and even commenting it out:

$config['sieverules_default_file'] = '/etc/default/sieve/default.sieve';

Any ideas?

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,849
Re: managesieve issues
« Reply #1 on: May 14, 2014, 02:59:02 AM »
Quote
PHP Error: Error loading template for sieverules.sieverules in /var/www/rc_v1/program/include/rcmail_output_html.php on line 494 (GET /rc_v1/?_task=settings&_action=plugin.sieverules)

This error refers to a problem loading the skin files for the plugin. it has nothing to do with the $config['sieverules_default_file'] optoin.

are you using a custom skin? make sure you have a folder with the same name as your skin in the skins directory of the plugin.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦

Offline zeigerpuppy

  • Newbie
  • *
  • Posts: 4
Re: managesieve issues
« Reply #2 on: May 14, 2014, 07:27:03 AM »
Thanks, that fixed it, I appreciate the help (and your excellent plugins!)