<div dir="ltr"><div>Hello,</div><div><br></div><div>I have Director setup to proxy requests to backend servers. This works fine when using "standard" username/passwords.</div><div><br></div><div>I am not try to enable the use of the Dovecot Master user through Director into the backend servers.</div><div><br></div><div>a.) username is being sent as masteruser*username</div><div>b.) request hits the proxy and authenticates, and then is passed to the backend servers and fails auth.</div><div><br></div><div>- logs from proxy/Director point of view.</div><div><br></div><div>auth: Info: passwd-file(masteruser,172.31.33.224,master,<z2eYD0Rl6P+sHyHg>): Master user logging in as devteam</div><div><br></div><div>imap-login: Info: proxy(devteam): Login failed to backend.servers:143 (master masteruser): [AUTHENTICATIONFAILED] Authentication failed.: user=<devteam>, method=PLAIN, rip=172.31.33.224, lip=192.168.71.20, session=<z2eYD0R</div><div>l6P+sHyHg></div><div><br></div><div>- logs from backend server point of view.</div><div><br></div><div>imap-login: Info: Disconnected (auth failed, 1 attempts in 2 secs): user=<masterusername>, method=PLAIN, rip=192.168.71.20, lip=192.168.71.99, session=<O8QN8kNlloXAqEcU></div><div><br></div><div><br></div><div>Proxy/Director Configs (hopefully this is enough)</div><div><br></div><div>  auth_master_user_separator = *</div><div>  passdb {</div><div>    driver = passwd-file</div><div>    args = /etc/dovecot/conf.d/master-user-password</div><div>    master = yes</div><div>    pass = yes</div><div>  }</div><div><br></div><div>passdb {</div><div>  driver = static</div><div>  args = proxy=y nopassword=y</div><div>}</div><div><br></div><div>Please let me know if I can provide any further details.</div><div><br></div><div>Thanks in advance.</div><div><br></div><div><br></div></div>