mailman: hyperkitty doesnt seem to support ip ranegs in its acl anymore

This commit is contained in:
s3lph 2021-07-19 00:51:36 +02:00
parent d73d1acefb
commit 0996b0b17e
2 changed files with 2 additions and 2 deletions
galaxy.yml
roles/mailman/defaults

View file

@ -8,7 +8,7 @@ namespace: s3lph
name: mailserver
# The version of the collection. Must be compatible with semantic versioning
version: '0.1.1'
version: '0.1.2'
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md

View file

@ -66,7 +66,7 @@ mailman_mta_additional_config: ""
mailman_hyperkitty_enabled: yes
mailman_hyperkitty_localhost_base_url: http://localhost/hyperkitty/
mailman_hyperkitty_api_acl:
- "127.0.0.0/8"
- "127.0.0.1"
- "::1"