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 at 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 at 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 at ceti.pl GG:3828944 I don't want something I need. I want something I want.