Skip to content

Commit

Permalink
Use POD_ADDRESS_RANGE
Browse files Browse the repository at this point in the history
  • Loading branch information
muhlemmer committed Oct 3, 2018
1 parent 1e98df5 commit 321571c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/postfix/conf/main.cf
Expand Up @@ -32,7 +32,7 @@ relayhost = {{ RELAYHOST }}
recipient_delimiter = {{ RECIPIENT_DELIMITER }}

# Only the front server is allowed to perform xclient
smtpd_authorized_xclient_hosts={{ RELAYNETS }}
smtpd_authorized_xclient_hosts={{ FRONT_ADDRESS }} {{ POD_ADDRESS_RANGE }}

###############
# TLS
Expand Down

0 comments on commit 321571c

Please sign in to comment.