<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Apr 12, 2019 at 11:14 AM Aki Tuomi <<a href="mailto:aki.tuomi@open-xchange.com">aki.tuomi@open-xchange.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><br>
> On 12 April 2019 21:09 Mark Moseley via dovecot <<a href="mailto:dovecot@dovecot.org" target="_blank">dovecot@dovecot.org</a>> wrote:<br>
> <br>
> <br>
> TL;DR:<br>
> <br>
> Can director_username_hash use %{userdb:...} or %{passdb:...} ?<br>
> <br>
> ====================================<br>
> <br>
> This is on Ubuntu Precise, running dovecot 2.2.36. It's a fully production, director-ized env, so assume everything is working correctly. Happy to post doveconf if it's relevant but wanted to ask a general question first.<br>
> <br>
> I was curious if there's a way to get userdb/passdb data into director_username_hash. Currently, we've got default hashing (on %u). I'm returning a SQL field called 'real_username' (the owner of the mailbox, so almost never the same as %u). I'd like (for mdbox reasons) to hash on that rather than %u.<br>
> <br>
> My test SQL is returning (this is just a chunk -- it's duplicated for testing):<br>
> UserName AS userdb_real_username, UserName AS real_username<br>
> <br>
> I can see in my director boxes that it's at least picking up the latter:<br>
> <br>
> passdb out: PASS1user=tesbox@mailbox.comproxy=yreal_username=testuser<br>
> <br>
> Is it possible to inject 'real_username' into director_username_hash? That is, I'd rather hash on 'testuser' instead of 'testbed'.<br>
> <br>
> I've been trying different permutations on my director boxes with no luck.<br>
> <br>
> director_username_hash = %{userdb:real_username}<br>
> director_username_hash = %{passdb:real_username}<br>
> director_username_hash = %{userdb:userdb_real_username}<br>
> director_username_hash = %{passdb:userdb_real_username}<br>
> <br>
> With any of those settings, every mailbox gets hashed to the same backend, so I'm guessing it's not getting anything useful (i.e. probably resolving to the same empty string and hashing on that -- or perhaps is just hashing on the literal string, e.g. "%{userdb:real_username}" ).<br>
> <br>
> And I'm not even sure if director_username_hash has access to any passdb/userdb data. Is there a debug setting that would show what string director is using to do the hashing?<br>
> <br>
> Current debug settings are:<br>
> <br>
> auth_debug = yes<br>
> auth_debug_passwords = yes<br>
> mail_debug = yes<br>
> <br>
> but not a peep as to the string that director is hashing on.<br>
<br>
Hi!<br>
<br>
The only variables usable on director_username_hashing are (u)ser, user(n)ame and (d)omain.<br><br></blockquote><div><br></div><div>Ok, thanks for the info! </div></div></div>