Displaying 1 result from an estimated 1 matches for "mail_4".
Did you mean:
mail_r
2015 Jan 22
1
"error: number of redirect actions exceeds policy limit"
...10
}
????? >8??????
* Sieve filter rules
????? 8< ?????
require ["copy"];
# rule:[Alles weiterleiten]
if true
{
redirect "mail_1 at mydomain";
redirect "mail_2 at mydomain";
redirect "mail_3 at mydomain";
redirect "mail_4 at mydomain";
redirect "mail_5 at mydomain";
redirect "mail_6 at mydomain";
keep;
stop;
}
????? >8??????
Problem scenario:
With the redirect-filter (see above) Dovecot redirects a incoming
email to the first address and stops withe the...