On 15 Aug 2013, at 13:38 , LuKreme <krem...@kreme.com> wrote: > select 89 as uid, 125 as gid, concat('/usr/local/virtual/', maildir) from > mailbox where username = '%u'
user_query = select 89 as uid, 125 as gid, '/usr/local/virtual/' as home, concat('/usr/local/virtual/', maildir) from mailbox where username = '%u' and it has stopped complaining. However, when I login to any virtual account, there is no mail shown. Any other debug flags I can turn on? do I have to build home to match maildir? And if so, how? -- If you must choose between two evils, pick the one you've never tried before.