Why no sieve support (Vacation, Forwarding) in SOGo Groupware

The situation:

The syntax/format of sieve rules generated by them is not compatible with each other, so iRedMail enables sieve support in Roundcube webmail and disables it in SOGo.

If you want to enable sieve support in SOGo, please enable parameters below (by removing the comment mark // at the beginning of lines below) in SOGo config file (/etc/sogo/sogo.conf):

    SOGoSieveServer = sieve://127.0.0.1:4190/?tls=YES;
    SOGoSieveScriptsEnabled = YES;
    SOGoVacationEnabled = YES;
    SOGoForwardEnabled = YES;

Pitfalls you should know

To disable sieve support in Roundcube, you can simply remove plugin name managesieve from its config parameter $config['plugins'] =.