Limit xclient to connections from the front container
This commit is contained in:
@@ -31,6 +31,9 @@ relayhost = {{ RELAYHOST }}
|
|||||||
# Recipient delimiter for extended addresses
|
# Recipient delimiter for extended addresses
|
||||||
recipient_delimiter = {{ RECIPIENT_DELIMITER }}
|
recipient_delimiter = {{ RECIPIENT_DELIMITER }}
|
||||||
|
|
||||||
|
# XClient for connection from the frontend
|
||||||
|
smtpd_authorized_xclient_hosts = {{ FRONT_ADDRESS }}
|
||||||
|
|
||||||
###############
|
###############
|
||||||
# TLS
|
# TLS
|
||||||
###############
|
###############
|
||||||
|
|||||||
Reference in New Issue
Block a user