Displaying 2 results from an estimated 2 matches for "maildirloc".
Did you mean:
maildirlock
2011 Aug 31
2
Password query returned multiple matches
...er=<sbrereton at domain.co.uk>, method=PLAIN, rip=64.88.168.84, lip=127.0.0.1, TLS
Can you tell me what it means or what I should look for?
In my dovecot-sql.conf I have this query:
password_query = SELECT EmailAdd AS user, Password AS password, concat('/var/spool/mail/virtual/',MailDirLoc) as userdb_home, 999 as userdb_uid, 115 as userdb_gid FROM MailAccounts WHERE Username='%u' AND active = '1';
Since the EmailAdd is unique I don't see how it can return multiple matches.
Thanks.
Simon
2011 Aug 31
1
Multiple domains to one inbox and temporary redirects...
...y, I need to override that mail_location.
Related to that, when user1 leave and user2 would like to receive user1's email, how can I get it so that email to user1 at example.com is delivered to user2 at example.com? Previously when I was using Postfix to deliver the mails, I could change the maildirloc in the DB - but I?m not sure how to accomplish this with dovecot LDA.
Again, any pointers would be welcome.
Thanks.
Simon