<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">On 12 Mar 2019, at 12.04, Joe Wong via dovecot <<a href="mailto:dovecot@dovecot.org" class="">dovecot@dovecot.org</a>> wrote:<br class=""><div><blockquote type="cite" class=""><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div dir="ltr" class=""><div dir="ltr" class=""><div class="">Hello,</div><div class=""><br class=""></div><div class=""> I have defined the following: <br class=""></div><div class=""><br class=""></div><div class="">mail_location = maildir:~:INBOX=~/Maildir:LAYOUT=fs:INDEX=%u</div><div class=""><br class=""></div><div class="">%u is retrieve via database in that my username contain ":", in which it create some confusion to dovecot:</div><div class=""><br class=""></div><div class="">doveadm index -u user1:site@domain iNBOX<br class="">doveadm(user1:site@domain): Error: remote(<a href="http://192.168.10.22:24245/" class="">192.168.10.22:24245</a>): Namespace '': Unknown setting: site@domain</div><div class=""><br class=""></div><div class="">I cannot change the value in DB so is there a workaround to this problem?</div></div></div></div></div></blockquote><br class=""></div><div>Convert the username to not have ':' when it comes out of auth. Could be possible with SQL userdb. With others .. I'm not sure, you might have to use Lua to convert it.</div><div><br class=""></div></body></html>