[Dovecot] sieve & vacation - ignores "days" parameter
Hi,
I am going further with dovecot configuration. Finally managed to configure roundcube 0.3 with managesieve plugin.
And it works, although... not perfectly :( For some issues probably roundcube-managesieve is guilty, but simply the sieve plugins seems to work wrong.
Here is my sieve file:
require ["vacation","fileinto"]; # rule:[wakacje] if anyof (true) { vacation :days 7 text: I am on vacation . ; } # rule:[silver-save] elsif allof (header :is "From" "joshua@hybrid.pl") { fileinto "myown"; stop; }
And it seems, that sieve ignores ":days 7" parameter. Every time I send the email to this account, I receive the automatic answer. Maybe I misconfigured something? Where does vacation plugin store the information on emails that have already received the automatic answer?
Best regards,
Jacek Osiecki joshua@ceti.pl GG:3828944 I don't want something I need. I want something I want.
On Wed, 30 Sep 2009, Jacek Osiecki wrote:
[...]
Here is my sieve file:
require ["vacation","fileinto"]; # rule:[wakacje] if anyof (true) { vacation :days 7 text: I am on vacation . ;
And it seems, that sieve ignores ":days 7" parameter. Every time I send the email to this account, I receive the automatic answer. Maybe I misconfigured something? Where does vacation plugin store the information on emails that have already received the automatic answer?
Hi,
I just found here some info: http://wiki.dovecot.org/LDA/Sieve#Vacation_auto-reply
It says, that "List of autoreplied senders is stored in .dovecot.lda-dupes file in user's home directory." - but what is the "user's home directory" when I am using mysql-based virtual users?
Best regards,
Jacek Osiecki joshua@ceti.pl GG:3828944 I don't want something I need. I want something I want.
On 9/30/2009 6:13 AM, Jacek Osiecki wrote:
I just found here some info: http://wiki.dovecot.org/LDA/Sieve#Vacation_auto-reply
It says, that "List of autoreplied senders is stored in .dovecot.lda-dupes file in user's home directory." - but what is the "user's home directory" when I am using mysql-based virtual users?
http://wiki.dovecot.org/VirtualUsers
Scroll down to where it discusses user Home directories...
--
Best regards,
Charles
On Wed, 30 Sep 2009, Charles Marcus wrote:
On 9/30/2009 6:13 AM, Jacek Osiecki wrote:
http://wiki.dovecot.org/LDA/Sieve#Vacation_auto-reply It says, that "List of autoreplied senders is stored in .dovecot.lda-dupes file in user's home directory." - but what is the "user's home directory" when I am using mysql-based virtual users? http://wiki.dovecot.org/VirtualUsers Scroll down to where it discusses user Home directories...
Hi, thanks - that was it :) So it seems that finally a big migration from 1.0rc21 to current version is much closer...
Best regards,
Jacek Osiecki joshua@ceti.pl GG:3828944 I don't want something I need. I want something I want.
participants (2)
-
Charles Marcus
-
Jacek Osiecki