Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: cnlightwing on August 05, 2010, 08:40:47 AM

Title: managesieve doesn't work. please help me!
Post by: cnlightwing on August 05, 2010, 08:40:47 AM
My email server was built with the following components:
postfix 2.7.1, dovecot 1.2.13, mysql, roundcube 0.4-beat.

I use dovecot as LDA.

I have install dovecot's sieve plugin and managesieve.

I can see "filter" tab in setting pages and create the sieve rules.

I created two rules:
one is vacation, another one is for moving mail from [email protected] to a mailbox.

Both of them doesn't work.

Did I miss some configurations?

Thanks in advance.
Title: managesieve doesn't work. please help me!
Post by: alec on August 05, 2010, 08:48:45 AM
Enable sieve plugin in dovecot.conf (lda section)
Title: managesieve doesn't work. please help me!
Post by: cnlightwing on August 05, 2010, 09:16:00 AM
Quote from: alec;29160Enable sieve plugin in dovecot.conf (lda section)

Hi,
I have set "mail_plugins = sieve" in lda section.
Title: managesieve doesn't work. please help me!
Post by: cnlightwing on August 05, 2010, 11:02:18 AM
the rule two workes fine now.

But the vacation still doesn't work.

I set it as following:

For incoming mail: all messages
...execute the following actions:

reply with message:       message body: hi,i'll be back after 2days.
additional list of recipient emails field and how ofter send messages(in days): field are blank.

Is the rule wrong?