RoundcubePlugins

  • @Ninos


    Could you test to be sure ?

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • 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.

  • 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 Managesieve


    But 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?

    Code
    1. aptitude install dovecot-sieve dovecot-managesieved
  • @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

    --- das glas ist halb voll ---

  • So... I've tested everything :


    Code
    1. └─> tail /etc/imscp/imscp.conf # Please, do not change these parameters manually# Run the i-MSCP installer as follow:# imscp-autoinstall -dr serversFRONTEND_SERVER = nginxSQL_SERVER = mysql_5.5PO_SERVER = dovecotNAMED_SERVER = bindHTTPD_SERVER = apache_itkFTPD_SERVER = proftpdMTA_SERVER = postfix


    Code
    1. └─> 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
    1. └─> cat /etc/issueUbuntu 14.04.2 LTS \n \l


    Code
    1. └─> head /etc/imscp/imscp.conf ## Version variablesBuildDate = 20150212Version = 1.2.2CodeName = Andromeda


    Code
    1. └─> uptime17:14:53 up 7 min, 1 user, load average: 0,26, 0,35, 0,22


    Code
    1. └─> cat /var/www/imscp/gui/plugins/RoundcubePlugins/config.php | grep -i sieve
    2. // Uses the managesieve protocol and allows the user to manage his sieve mail rules.
    3. // A default Spam sieve rule will be created after the user opened the Filters configuration in Roundcube.
    4. 'managesieve_plugin' => 'yes', // YES to enable (default), NO to disable
    5. 'managesieve_script_name' => 'managesieve', // default: managesieve


    Anything else to check ?