Displaying 2 results from an estimated 2 matches for "sieve_script_path".
2006 May 24
2
LDAP, sieve, and virtual users
...ot 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 that in
deliver.c
#define SIEVE_SCRIPT_PATH "~/.dovecot.sieve"
we hard code SIEVE_SCRIPT_PATH with the home dir location. Am I going to
have to replace this with some code that generates an appropriate path
for my system or is there a better way?
And while I am here: Has any thought been given to being able to pull
sieve scrip...
2006 Mar 19
2
Dovecot, LDAP and something akin to Postfix' "table search order" from virtual deliver.
Hi.
/* The short version. */
Is there a way to mimic Postfix' "table search order" in Dovecot's LDAP
configuration of pass_filter/user_filter?
/* Here goes the detailed description :) */
Just to quote the http://www.postfix.org/virtual.8.html:
---
TABLE SEARCH ORDER
(...)
The search order is as follows. The search stops upon the
first successful lookup.
(...)