mirror of
https://github.com/optim-enterprises-bv/Mailu-OIDC.git
synced 2025-11-02 02:57:49 +00:00
Fix ipv6 subnet for xclient_hosts
This commit is contained in:
@@ -121,7 +121,7 @@ smtpd_relay_restrictions =
|
||||
|
||||
unverified_recipient_reject_reason = Address lookup failure
|
||||
|
||||
smtpd_authorized_xclient_hosts={{ SUBNET}},{{ SUBNET6 }}
|
||||
smtpd_authorized_xclient_hosts={{ SUBNET}}{% if SUBNET6 %},[{{ SUBNET6 }}]{% endif %}
|
||||
|
||||
###############
|
||||
# Milter
|
||||
|
||||
Reference in New Issue
Block a user