typo
Sorry, it was a typo in the post. The content of the file is:
cat /etc/postfix/mysql-virtual_mailboxes.cf
user = mail_admin
password = mail_admin_password
dbname = mail
query = SELECT CONCAT(SUBSTRING_INDEX(email,'@',-1),'/',SUBSTRING_INDEX(email,'@',1),'/') FROM users WHERE email='%s'
hosts = 127.0.0.1
I undersrand that mail will do to the directory /home/vmail/example.com/username/
should I create any files there?
Thanks
|