On 15 Aug 2013, at 14:18 , LuKreme <[email protected]> wrote:
> user_query = select 89 as uid, 125 as gid, '/usr/local/virtual/' as home,
> concat('/usr/local/virtual/', maildir) from mailbox where username = '%u'
user_query = select 89 as uid, 125 as gid, concat('/usr/local/virtual/',
maildir) as home from mailbox where username = '%u'
doesn't complain either (thanks Timo, that makes more sense) but still having
issues with blank mailboxes on the virtual users.
--
I don't have a solution but I admire the problem.