Sieve for roundcube. Nothing happening after install

I’ve installed Sieve using script from upgrade/manual folder.

bash install_sieve.sh
Selecting previously unselected package dovecot-sieve.
(Reading database ... 62140 files and directories currently installed.)
Preparing to unpack .../dovecot-sieve_1%3a2.3.13+dfsg1-2+deb11u1_amd64.deb ...
Unpacking dovecot-sieve (1:2.3.13+dfsg1-2+deb11u1) ...
Selecting previously unselected package dovecot-managesieved.
Preparing to unpack .../dovecot-managesieved_1%3a2.3.13+dfsg1-2+deb11u1_amd64.deb ...
Unpacking dovecot-managesieved (1:2.3.13+dfsg1-2+deb11u1) ...
Setting up dovecot-sieve (1:2.3.13+dfsg1-2+deb11u1) ...

Creating config file /etc/dovecot/conf.d/90-sieve.conf with new version

Creating config file /etc/dovecot/conf.d/90-sieve-extprograms.conf with new version
Setting up dovecot-managesieved (1:2.3.13+dfsg1-2+deb11u1) ...

Creating config file /etc/dovecot/conf.d/20-managesieve.conf with new version
Processing triggers for man-db (2.9.4-2) ...
Processing triggers for dovecot-core (1:2.3.13+dfsg1-2+deb11u1) ...

I see it in logs:

Jan 12 16:04:31 master: Info: Dovecot v2.3.13 (89f716dc2) starting up for imap, pop3, sieve (core dumps disabled)

But I can’t see any changes in webmail rouncube interface. Can’t see filters option in Settings. Tried to restart everything, nothing helped.
What should I do else?

Thanks!

Had to manually add plugin name here:

/etc/roundcube/config.inc.php

$config['plugins'] = array('password', 'newmail_notifier', 'zipdownload', 'archive', 'managesieve');

And it appeared in Webmail.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.