Closed lavdnone closed 5 years ago
no need of this any more? https://github.com/mailcow/mailcow-dockerized/issues/820
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
It worked but SOGo wipes sieve files using its own data from SQL so roundcube managesieve makes no sense for now.
It would be good to have a working managesieve option for roundcube, some users may prefer to use that client instead of SoGo
I tried the above settings with a clean install and roundcube throws an error (server name replaced):
nginx-mailcow_1 | 2019/01/09 18:35:40 [error] 26#26: *4934 FastCGI sent in stderr: "PHP message: ERROR: Failed to read from socket ()" while reading upstream, client: 49.160.111.57, server: mail.server.net, request: "GET /rc/?_task=settings&_action=plugin.managesieve HTTP/2.0", upstream: "fastcgi://172.22.1.9:9002", host: "mail.server.net", referrer: "https://mail.server.net/"
Could be due to a disabled function? Not sure. You need to post Roundcube logs.
You can try to remove the disabled_functions stuff (the whole two lines) from data/conf/phpfpm/php-fpm.d/pools.conf
and restart php-fpm-mailcow. Does it work then?
I just added the settings to the config and enabled the plugin. It works fine. I tested it.
See the docs.
thanks, I'll test here too. Will the docs appear here? https://mailcow.github.io/mailcow-dockerized-docs/third_party-roundcube/
current error from roundcube is:
PHP Error in /web/rc/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php (222): Unable to connect to managesieve on dovecot:4190
Yes, they are online now.
I just tested it and also checked the sieve functionality (vacation). It works.
thanks, tested and working with the changes you showed for /data/web/rc/config/config.inc.php
. Strangely I had entered the same settings in the managesieve plugin configuration /data/web/rc/plugins/managesieve/config.inc.php
and it didn't work
Ah, I see. :) thanks for reporting back
Am 09.01.2019 um 15:36 schrieb zeigerpuppy notifications@github.com:
thanks, tested and working with the changes you showed for /data/web/rc/config/config.inc.php. Strangely I had entered the same settings in the managesieve plugin configuration /data/web/rc/plugins/managesieve/config.inc.php and it didn't work
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
Looks like those settings are not enough now. If someone can share fresh Roundcube managesieve settings
Originally posted by @pmike1980 in https://github.com/mailcow/mailcow-dockerized/issues/1461#issuecomment-395172525