Skip to content

Commit

Permalink
Fixup ipv6 form
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Feb 19, 2024
1 parent 456fd69 commit 61f9e20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ services:
- ./cron/rspamd-learn:/etc/cron.d/rspamd-learn:ro
- ${SASLAUTHD_SOCKET_FILE}:/var/run/saslauthd/mux
environment:
CONTAINER_NETWORK_V4: 10.222.222.0/28
CONTAINER_NETWORK_V6: fd00:bee::/124
CONTAINER_NETWORK_V4: "10.222.222.0/28"
CONTAINER_NETWORK_V6: "[fd00:bee::]/124"
TZ: UTC
OVERRIDE_HOSTNAME: ${OVERRIDE_HOSTNAME}
ENABLE_MTA_STS: "1"
Expand Down
2 changes: 1 addition & 1 deletion user-patches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ echo "Allow this network (${CONTAINER_NETWORK_V4})"
__add_to_postfix_mynetworks 'Container network' "${CONTAINER_NETWORK_V4}"

echo "Allow this network (${CONTAINER_NETWORK_V6})"
#__add_to_postfix_mynetworks 'Container network' "${CONTAINER_NETWORK_V6}"
__add_to_postfix_mynetworks 'Container network' "${CONTAINER_NETWORK_V6}"

echo 'Add spam check config'

Expand Down

0 comments on commit 61f9e20

Please sign in to comment.