mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-14 10:53:30 +02:00
Merge #2623
2623: Fix ipv6 subnet for xclient_hosts r=mergify[bot] a=ghostwheel42 ## What type of PR? bug-fix ## What does this PR do? this puts the ipv6 prefix into square brackets in the xclient_hosts configuration. strictly speaking putting the square brackets also around the netmask is not correct, but it's okay for postfix this will be cleaned when all configuration variables and normalizations are moved to the base container. Co-authored-by: Alexander Graf <ghostwheel42@users.noreply.github.com>
This commit is contained in:
commit
cfebfdbd1f
@ -121,7 +121,7 @@ smtpd_relay_restrictions =
|
|||||||
|
|
||||||
unverified_recipient_reject_reason = Address lookup failure
|
unverified_recipient_reject_reason = Address lookup failure
|
||||||
|
|
||||||
smtpd_authorized_xclient_hosts={{ SUBNET}},{{ SUBNET6 }}
|
smtpd_authorized_xclient_hosts={{ SUBNET}}{% if SUBNET6 %},[{{ SUBNET6 }}]{% endif %}
|
||||||
|
|
||||||
###############
|
###############
|
||||||
# Milter
|
# Milter
|
||||||
|
Loading…
Reference in New Issue
Block a user