[Postfix] Adjust mailbox query
parent
244ab191bd
commit
9ee557e5a5
|
@ -184,7 +184,7 @@ user = ${DBUSER}
|
||||||
password = ${DBPASS}
|
password = ${DBPASS}
|
||||||
hosts = unix:/var/run/mysqld/mysqld.sock
|
hosts = unix:/var/run/mysqld/mysqld.sock
|
||||||
dbname = ${DBNAME}
|
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
|
EOF
|
||||||
|
|
||||||
cat <<EOF > /opt/postfix/conf/sql/mysql_virtual_relay_domain_maps.cf
|
cat <<EOF > /opt/postfix/conf/sql/mysql_virtual_relay_domain_maps.cf
|
||||||
|
|
Loading…
Reference in New Issue