mirror of
https://github.com/Mailu/Mailu.git
synced 2025-01-18 03:21:36 +02:00
Fix ipv6 subnet for xclient_hosts
This commit is contained in:
parent
3acec43224
commit
3b08b113bf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user