[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

sieve dovecot



Hello

I made the Sieve settings. The settings look correct. But it does not
forward the e-mail it should deliver. I think there is an error in
communication with Postfix.

What could be the problem ?

---% sieve.conf
plugin {
   sieve = file:~/sieve;active=~/.dovecot.sieve
  #sieve = ~/.dovecot.sieve
   #sieve_dir = ~/sieve
   recipient_delimiter = +


}

---% master.conf
service lmtp {
 unix_listener /var/spool/postfix/private/lmtp {
   group = postfix
   mode = 0600
   user = postfix
  }

---% home:
if allof (header :contains "subject" "test") {
    redirect "iletisim@xxx.net";
}
redirect "iletisim@yyy.nett";
keep;


Reply to: