Author Topic: ManageSieve Plugin Not Working  (Read 8397 times)

Offline elchava79

  • Newbie
  • *
  • Posts: 2
ManageSieve Plugin Not Working
« on: December 18, 2022, 07:07:30 AM »
Hi everyone, I'm trying to get the Managesieve plugin working, but no success.

Roundcube 1.6.0
Managesieve 9.4
Webmin/Virtualmin/Usermin  2.010/7.3/1.860
Ubuntu  20.04.5

I have been following several posts about the plugin configuration and the last thing I came to is this:

/etc/dovecot/conf.d/15-lda.conf

protocol lda {
  # Space separated list of plugins to load (default is global mail_plugins).
  mail_plugins = $mail_plugins sieve
}

/etc/dovecot/conf.d/20-managesieve.conf

protocols = $protocols sieve

/etc/dovecot/conf.d/20-managesieve.conf

service managesieve-login {
  inet_listener sieve {
    port = 4190
  }

/etc/dovecot/conf.d/90-sieve.conf

sieve = file:~/sieve;active=~/.dovecot.sieve
sieve_global_path = /etc/dovecot/sieve/default.sieve
#sieve_dir = /etc/dovecot/sieve/
sieve_dir = ~/sieve
sieve_global_dir = /etc/dovecot/sieve/global/

..and activate plugin on Roundcube config.inc.php. The port 4190 is OK

Once this is done, I tried a test filter to reject, with forwarding, and with vaction mode and none worked

Thank you can help me with this.
a greeting.

Offline andrewnewby

  • Newbie
  • *
  • Posts: 5
Re: ManageSieve Plugin Not Working
« Reply #1 on: January 03, 2023, 02:24:38 AM »
Hi,

I spent AGES trying to get this working. I eventually realised my hosting manage (Hestia) does it for you! This is their installer:

https://github.com/hestiacp/hestiacp/blob/44314eb8ad07eac8a477ea4e26ec6b4976232781/install/upgrade/manual/install_sieve.sh

Hopefully you can gleam from it some useful ideas on what you are missing :) (I had several steps I'd missed)

Cheers

Andy

Offline Dmitry42

  • Full Member
  • ***
  • Posts: 232
Re: ManageSieve Plugin Not Working
« Reply #2 on: January 30, 2023, 11:59:17 AM »
Hi

I use this https://www.dmosk.ru/miniinstruktions.php?mini=roundcube-managesieve

For my its work on RC 1.6.1 (and 1.5.3 before upgrade)

Offline agent126

  • Newbie
  • *
  • Posts: 2
Re: ManageSieve Plugin Not Working
« Reply #3 on: June 12, 2023, 12:18:02 PM »
Hello, I installed the plugin from the link above, everything is installed, the filters are added, but the most important thing is not transferred, no filter actions are performed, although it is added and applied without problems, no errors will appear, but the letters are not transferred to the specified packs

andrewnewby, you script don*t working
« Last Edit: June 12, 2023, 02:53:00 PM by agent126 »