Roundcube Community Forum

 

Filters - manageseive editing remote server rules

Started by cam815, May 02, 2013, 06:28:40 PM

Previous topic - Next topic

cam815

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:

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  ;)

SKaero

Just change $rcmail_config['managesieve_host'] in the config.inc.php in the plugins directory, thats what its there for.