Displaying 1 result from an estimated 1 matches for "008568".
2006 May 24
2
LDAP, sieve, and virtual users
...dovecot-lda and got
global sieve filtering working by setting the global_script_path to a
sieve like /home/vmail/mydomain/sieve and it works great. Now I need to
figure out how to get per-user sieve filtering to work. I googled on
this and found:
http://www.dovecot.org/list/dovecot/2005-August/008568.html
How do I tell dovecot where the "virtual home directory" is? Yes, I
could use /home/vmail/mydomain/user as my virtual home directory (that
is where I originally tried to put .dovecot.sieve but it did not seem to
work) but I don't see how I can tell dovecot about it. I see th...