HESTIA 1.7.2 there is no FILTERS item in the web mail interface

Hello
in a fresh installation of ubintu 22.04
sudo bash hst-install.sh --apache no --phpfpm yes --multiphp no --vsftpd yes --proftpd no --named yes --mysql yes --postgresql no --exim yes --dovecot yes --sieve yes --clamav yes --spamassassin yes --iptables yes --fail2ban yes --quota yes --api yes --interactive yes --with-debs no --port 8083 --hostname host.hack.tk --email [email protected] --password *********** --lang en

Ubuntu 22.04.2

There is no “FILTERS” item in the web mail interface “webmail.hack.tk”

nano /var/lib/roundcube/config/config.inc.php
add “managesieve”
– $config[“plugins”] = [“password”, “newmail_notifier”, “zipdownload”, “archive”, “managesieve”];
OR
sed -i ‘s/“archive”/“archive”, “managesieve”/g’ /var/lib/roundcube/config/config.inc.php

We should add:
sed -i “s/‘archive’/‘archive’, ‘managesieve’/g” $RC_CONFIG_DIR/config.inc.php

During the installing

1 Like

It was not even in Hestia 1.17.1, Debian 11.6. I wonder if it is Hestia 1.17.2.

I guess it should have been ticked.

Yes …

1 Like

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