Author Topic: Migrating form managesieve to sieverules in Roundcube 0.70  (Read 7146 times)

Offline darth_wells

  • Newbie
  • *
  • Posts: 1
Migrating form managesieve to sieverules in Roundcube 0.70
« on: January 03, 2012, 12:39:00 PM »
I want move from managesieve to sieverules in Roundcube 0.70

I added sieverules to array and removed managesieve from the main.inc.php in roundcube/config.    

It looks likes if any rules were created in managesieve are not in the sieverules.

How to get rules form managesieve to sieverules so end-users do not have re-create all rules?

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,850
Migrating form managesieve to sieverules in Roundcube 0.70
« Reply #1 on: January 04, 2012, 05:12:50 AM »
the two plugins should use a similar structure though it could be some of the rule formats arent exactly the same. if thats the problem then you'd have to make an import filter. one easy thing though, check
Code: [Select]
$rcmail_config['managesieve_script_name'] and
Code: [Select]
$rcmail_config['sieverules_ruleset_name'] in the 2 config files are set to the same thing, the value they had in your managesieve setup.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦