Displaying 1 result from an estimated 1 matches for "3f0399d8".
2007 Mar 09
1
global_script_path and virtual users
We have a big installation with postfix + dovecot + sieve.
Now we would like to create a "junk" folder in every customer inbox so they
can discard the spam by they own.
We are planning to user global_script_path = /etc/dovecot/dovecot.sieve
Where /etc/dovecot/dovecot.sieve is:
require "fileinto";
if exists "X-Spam-Flag" {
fileinto "Junk";
}
My