Displaying 1 result from an estimated 1 matches for "dovecot_namespace".
2011 Jun 17
0
I can't setup namespace per user (with settings keept in sql db)
...n postgresql.
Global namespace is defined in this way:
namespace {
inbox = yes
location =
prefix =
separator = .
}
(mail_location is getting from db)
I don't know how should looks like database field:(
Now i have such configuration:
user_query = select .... dovecot_location AS location, dovecot_namespace
AS namespace FROM ...
In db i have this:
# select dovecot_location, dovecot_namespace from exim_users where
dovecot_namespace is not null;
dovecot_location | dovecot_namespace
---------------------------+-------------------
location="mdbox:~/.mdbox" | prefix="testn"...