Hi,
I tried to active sieve Filters in RoundcubePlugin - but I didn't work.
vi /var/www/imscp/gui/plugins/RoundcubePlugins/config.php
// This plugin only works with po server dovecot.
'managesieve_plugin' => 'yes', // YES to enable (default), NO to disable
netstat -tulpen | grep -i dovecot
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 0 16042 1783/dovecot
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 0 16064 1783/dovecot
tcp 0 0 0.0.0.0:4190 0.0.0.0:* LISTEN 0 16024 1783/dovecot
tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN 0 16066 1783/dovecot
tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN 0 16044 1783/dovecot
tcp6 0 0 :::110 :::* LISTEN 0 16043 1783/dovecot
tcp6 0 0 :::143 :::* LISTEN 0 16065 1783/dovecot
tcp6 0 0 :::4190 :::* LISTEN 0 16025 1783/dovecot
tcp6 0 0 :::993 :::* LISTEN 0 16067 1783/dovecot
tcp6 0 0 :::995 :::* LISTEN 0 16045 1783/dovecot
Which configuration must be edited that sieve filters works in roundcube.
Can you help me.