[Postfix] Fix Postfix map

This commit is contained in:
andryyy
2019-03-09 12:30:36 +01:00
parent d9b7a20298
commit b6d9fbf747
2 changed files with 2 additions and 1 deletions

View File

@@ -110,6 +110,7 @@ query = SELECT CONCAT_WS(':', username, password) AS auth_data FROM relayhosts
)
AND active = '1'
AND username != '';
EOF
cat <<EOF > /opt/postfix/conf/sql/mysql_sasl_passwd_maps_transport_maps.cf
user = ${DBUSER}