1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-02-19 19:10:25 +02:00

Limit xclient to connections from the front container

This commit is contained in:
kaiyou 2017-09-24 18:33:13 +02:00
parent 4521fa9e29
commit 4892fe47e6

View File

@ -31,6 +31,9 @@ relayhost = {{ RELAYHOST }}
# Recipient delimiter for extended addresses
recipient_delimiter = {{ RECIPIENT_DELIMITER }}
# XClient for connection from the frontend
smtpd_authorized_xclient_hosts = {{ FRONT_ADDRESS }}
###############
# TLS
###############