On 25.3.2013, at 15.36, Hajo Locke hajo.locke@gmx.de wrote:
Also i edited the password_query (i use userdb prefetch)
password_query = SELECT
inbox
asuser
,password
,home
as userdb_home,uid
AS userdb_uid,gid
AS userdb_gid, userdb_import as userdb_userdb_import FROMmail_users
WHERElogin
= '%u' ANDactive
='Y'This results in no error but also no effect. Verbose logging did show a line like this:
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..