mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-24 02:29:57 +00:00
[Postfix] Fix transport map authentication with multiple identical nexthops
This commit is contained in:
commit
4e7135a40e
1 changed files with 2 additions and 1 deletions
|
|
@ -120,7 +120,8 @@ dbname = ${DBNAME}
|
|||
query = SELECT CONCAT_WS(':', username, password) AS auth_data FROM transports
|
||||
WHERE nexthop = '%s'
|
||||
AND active = '1'
|
||||
AND username != '';
|
||||
AND username != ''
|
||||
LIMIT 1;
|
||||
EOF
|
||||
|
||||
cat <<EOF > /opt/postfix/conf/sql/mysql_virtual_alias_domain_catchall_maps.cf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue