Displaying 1 result from an estimated 1 matches for "full_maildir".
2017 Jan 22
1
Relative home path not allowed - but how is this relative?
...maildir as
"$domain/$userpart@$domain".
But the directories in 10-mail.conf are set as
mail_location = maildir:/home/mailboxes/%d/%u
mail_home = maildir:/home/mailboxes/%d/%u
...and the user_query has been revised to:
user_query = SELECT concat('/home/mailboxes/', maildir) as full_maildir
FROM mailbox WHERE username = '%u';
...so how are any of these relative paths?