RoundcubePlugins
- TheCry
- Closed
- Thread is marked as Resolved.
-
-
I'll test this evening
-
-
Hi,
i have the same problem like @Alex-Joe . I think this is a problem in the spammassassing_plugin version 0.0.12.
See this Post:
SpamAssassin -
I cannot confirm the bug. For me all's working fine with managesieve and also spamassassin. Before you don't believe me attached two screenshots
-
-
Is it possible that's importend in which order activate the plugins spamassassin and clamav?
When activate spamassassin and then clamav all it's good in main.cf file.
If i activate first clamav and then spamassassing in main.cf file it gives some truble in that file.On deactivate i have to go conversely (deactivate clamav and then spamassassing) and all it's good.
but deactivate first spamassassing and then clamav i have also truble in main.cf file. -
I'll test...
-
-
Hello
I'm not sure to post at the right place. Don't want to spam another thread but I feel it's linked to this one.
I'm using I-MSCP 1.2.2 with RoundcubePlugins 1.1
I set yes in the config.php to use ManagesieveBut I don't see the filter option in Roundcube.
Is there a service to restart before having it available ?
cEd
-
@VirtualCed have you also installed the manage-sieve packages and are you using the dovecot server implementation?
-
-
@VirtualCed I've got the same problem: RoundcubePlugins installed, set yes in the config.php to use Managesieve and "dovecot-sieve dovecot-managesieved" were installed, too - but no filter option.
I've tried a lot of things without success. But after a reboot of the server, tatat: The filter option was visible. Don't know why...If it's possible, try a reboot...
Greetz,
Timo -
So... I've tested everything :
CodeCode- └─> dpkg -l | grep dovecotii dovecot-core 1:2.2.9-1ubuntu2.1 amd64 secure POP3/IMAP server - core filesii dovecot-imapd 1:2.2.9-1ubuntu2.1 amd64 secure POP3/IMAP server - IMAP daemonii dovecot-managesieved 1:2.2.9-1ubuntu2.1 amd64 secure POP3/IMAP server - ManageSieve serverii dovecot-mysql 1:2.2.9-1ubuntu2.1 amd64 secure POP3/IMAP server - MySQL supportii dovecot-pop3d 1:2.2.9-1ubuntu2.1 amd64 secure POP3/IMAP server - POP3 daemonii dovecot-sieve 1:2.2.9-1ubuntu2.1 amd64 secure POP3/IMAP server - Sieve filters support
Code- └─> cat /var/www/imscp/gui/plugins/RoundcubePlugins/config.php | grep -i sieve
- // Uses the managesieve protocol and allows the user to manage his sieve mail rules.
- // A default Spam sieve rule will be created after the user opened the Filters configuration in Roundcube.
- 'managesieve_plugin' => 'yes', // YES to enable (default), NO to disable
- 'managesieve_script_name' => 'managesieve', // default: managesieve
Anything else to check ?
-