Author Topic: Filters - manageseive editing remote server rules  (Read 2574 times)

Offline cam815

  • Jr. Member
  • **
  • Posts: 20
Filters - manageseive editing remote server rules
« on: May 02, 2013, 06:28:40 PM »
I was contemplating moving roundcube off of my mail server and to an external webserver. Starting with a clean install of 0.9, through a few configuration tweaks I have IMAP and LDAP working now, but when I turned on the manageseive filter, I see that I can no longer edit Filters since it seems to want to assume my web server is my mail server, which is now is not:

Code: [Select]
PHP Error: Unable to connect to managesieve on localhost:4190
Is there a way to get manageseive to connect/edit/etc the rules on my remote IMAP mail server? I was tempted to edit the connection params in manageseive.php but before I start messing up the core installation I figured I'd ask  ;)

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: Filters - manageseive editing remote server rules
« Reply #1 on: May 03, 2013, 12:30:13 AM »
Just change $rcmail_config['managesieve_host'] in the config.inc.php in the plugins directory, thats what its there for.