Displaying 1 result from an estimated 1 matches for "dovecoy".
Did you mean:
dovecot
2017 Oct 10
1
Mail Alias Stores in mySQL Not working
...username='%u' and active ="
default_pass_scheme = MD5-CRYPT
user_query = SELECT maildir, 5000 AS uid, 5000 AS gid FROM mailbox WHERE username = '%u'
user_query = SELECT CONCAT('/var/vmail/mail/', maildir) AS home, 5000 AS uid, 5000 AS gid
Since normal mail is habdled by dovecoy It would see somthing is wrong wihh the first user_query since it appears to be the one that should fine the alias user
Any hellp or suggestions would be appreciate