On 25.3.2013, at 16.13, Hajo Locke <[email protected]> wrote: >>> Mar 25 13:16:49 myhostname dovecot: auth: Debug: master out: USER >>> 3613786113 myuser home=/home/myuser uid=1004 gid=1000 >>> namespace/inbox/hallohallo/auto=subscribe^Atnamespace/inbox/hallohallo/special_use=\Sent >>> Looks not really bad, but is not working. >>> What did i wrong? I would like to get this work to have a plan B. > >> See if it works without userdb prefetch? Possibly a bug.. > > Unfortunately not. I edited the sql.conf to: > > Mar 25 14:59:53 myhostname dovecot: auth-worker(16079): Debug: > sql(myusername,ip.ip.ip.ip): SELECT `inbox` as `user`, `password`, `home`, > `uid`, `gid` , userdb_import FROM `mail_users` WHERE `login` = 'myusername' > AND `active`='Y' > Mar 25 14:59:53 myhostname dovecot: auth: Debug: master out: USER 778960897 > myusername password=<hidden> home=/home/myusername uid=1004 > gid=1000 namespace/inbox/hallohallo/auto=subscribe > namespace/inbox/hallohallo/special_use=\Sent
Looks like it fixed the TAB problem. So I guess I need to fix userdb_userdb_import. > looks correct, login and reading mail works, but there is no folder > autcreated etc. dovecot is 2.1.7 The problem is that there is no namespace/inbox/hallohallo section. It needs to be created explicitly. And the naming is wrong. So I think..: namespace/inbox/mailbox=hallohallo namespace/inbox/mailbox/hallohallo/auto=subscribe
