Displaying 2 results from an estimated 2 matches for "dovecot_loc".
Did you mean:
dovecot_log
2011 Jun 17
0
I can't setup namespace per user (with settings keept in sql db)
...setting
per user and keep it in 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:~/.mdb...
2008 Aug 21
2
Problem with multiple Dovecot Instances
...onnect with
Thunderbird to this Daemon using IMAPS, i got the following errors logged:
Logfile for dovecot_main:
dovecot: ?2008-08-21 19:16:47 ?Info: imap-login: Internal login failure
(auth failed, 1 attempts): user=<MY_USERNAME>, method=PLAIN, rip=REMOTE_IP,
lip=LOCAL_IP, TLS
Logfile for dovecot_local:
dovecot: Info: auth(default): client in: AUTH 1 PLAIN
service=imap secured lip=LOCAL_IP rip=REMOTE_IP lport=993
rport=3107
dovecot: Info: auth(default): client out: CONT 1
dovecot: Info: auth(default): client in: CONT<hidden>
dovecot: Info: auth-worker(def...