Closed cm2484 closed 6 years ago
hi,
i've tried as well, seems that the managesieve plugin doenst handle it well when theres no sasl auth method on a non tls request. after doing a starttls, the sasls get visible. (that took me roundabout 3 hours to figure.. so)
before tls
after tls
temporary fix (really temporary, i would not recommend allowing plaintext authentication at all) is to removing tls in the managesieve roundcube config and enable plaintext auth in dovecot for remote php-fpm (in that case php-fpm is at 172.22.1.4 for me, check by yourself):
remote 172.22.1.4 {
disable_plaintext_auth = no
}
you can also set a ip address for the php-fpm container, so you dont need to change the config everytime you restart the service
remember that your sogo filters won't be active if you add a different filter set
tell me if that works for you as well.
Thanks! That solved it for me.
@Littlericket did you find a more permanently fix?
@klausenbusk You can try changing the SSL options in the configuration from managesieve, that worked for a friend of mine:
verify_peer_name -> false verify_peer -> false allow_self_signed -> true
Hi,
I'm trying to use the great Managesieve plugin in roundcube. Unfortunately, it doesn't seem to play nicely with the default mailcow configuration. Has anybody figured out how to to that?
Dovecot log:
managesieve-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=172.22.1.2, lip=172.22.1.8, TLS, TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)
Roundcube Errors:
Managesieve Log:
This is my current managesieve config: