[Postfix] Adjust mailbox query

master
andryyy 2018-11-12 09:49:52 +01:00
parent 244ab191bd
commit 9ee557e5a5
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ user = ${DBUSER}
password = ${DBPASS}
hosts = unix:/var/run/mysqld/mysqld.sock
dbname = ${DBNAME}
query = SELECT maildir FROM mailbox WHERE username='%s' AND active = '1'
query = SELECT CONCAT(mailbox_format, mailbox_path_prefix, '%d/%u/') FROM mailbox WHERE username='%s' AND active = '1'
EOF
cat <<EOF > /opt/postfix/conf/sql/mysql_virtual_relay_domain_maps.cf