Roundcube Filters plugin

Post Reply
daryl
Posts: 1
Joined: Mon Sep 21, 2020 11:35 pm

Hello, how I can install mail filters plugin to roundcube?
I try use this, but it's doesn't working https://github.com/6ec123321/filters
Help please
User avatar
myVesta
Site Admin
Posts: 928
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 8 times
Been thanked: 6 times

Extract plugin to: /usr/share/roundcube/plugins/filters/
Screenshot_58.png
Screenshot_58.png (5.36 KiB)
Then, in SSH, as root, do:

Code: Select all

ln -s /usr/share/roundcube/plugins/filters /etc/roundcube/plugins/filters
ln -s /usr/share/roundcube/plugins/filters /var/lib/roundcube/plugins/filters

sed -i "s/\$rcmail_config\['plugins'\] = array(/\$rcmail_config['plugins'] = array('filters', /g" /etc/roundcube/config.inc.php

apt update
apt install -y php7.3-imap
Post Reply