search for: webi

Displaying 1 result from an estimated 1 matches for "webi".

Did you mean: web
2010 Jun 19
1
Sieve isn't working
...sieve_global_dir: /var/lib/dovecot/sieve/global/ For testing purposes I created a very simple /var/mail/mydomain/.dovecot.sieve with the following content: require ["fileinto", "regex"]; if address :is "from" "test at test.de" { fileinto "INBOX.Webi"; stop; } Then I sent a mail from test at test.de (the real address is ommitted here) to my mail account, but the mail is not moved to the subfolder Webi. In the log files there's no single hint what's going on. And in /var/mail/mydomain there's no .dovecot.sieve.log file. Thi...