From 1b26f1da8d2f64ec72493f3887c53510e9a0614d Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Sat, 16 Aug 2025 18:17:09 +0200 Subject: [PATCH] Deactivated IP6 for Mailu --- Todo.md | 3 ++- roles/web-app-mailu/Todo.md | 5 +---- roles/web-app-mailu/vars/main.yml | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Todo.md b/Todo.md index 1f1408cb..98f0e03a 100644 --- a/Todo.md +++ b/Todo.md @@ -1,4 +1,5 @@ # Todos - Implement multi language - Implement rbac administration interface -- Implement ``MASK_CREDENTIALS_IN_LOGS`` for all sensible tasks \ No newline at end of file +- Implement ``MASK_CREDENTIALS_IN_LOGS`` for all sensible tasks +- [Enable IP6 for docker](https://chatgpt.com/share/68a0acb8-db20-800f-9d2c-b34e38b5cdee). \ No newline at end of file diff --git a/roles/web-app-mailu/Todo.md b/roles/web-app-mailu/Todo.md index 46b923e3..f923df64 100644 --- a/roles/web-app-mailu/Todo.md +++ b/roles/web-app-mailu/Todo.md @@ -1,8 +1,5 @@ # Todos - Implement hard restart into Backup for mailu -<<<<<<< HEAD - Check if DKIM generation works on new setups - Implement auto reverse DNS -======= -- Implement auto reverse DNS ->>>>>>> 0b19d115 (Added todos) +- Activate IP6 \ No newline at end of file diff --git a/roles/web-app-mailu/vars/main.yml b/roles/web-app-mailu/vars/main.yml index ee9c0baf..bedfe80c 100644 --- a/roles/web-app-mailu/vars/main.yml +++ b/roles/web-app-mailu/vars/main.yml @@ -38,7 +38,7 @@ MAILU_DOVECOT_MAIL_VOLUME: "mailu_dovecot_mail" ## Network MAILU_DNS_RESOLVER: "{{ networks.local['web-app-mailu'].dns_resolver }}" MAILU_IP4_PUBLIC: "{{ networks.internet.ip4 }}" -MAILU_IP6_PUBLIC: false #Deactivated atm. but cloudflare logic present +MAILU_IP6_PUBLIC: "" #Deactivated atm. but cloudflare logic present @todo activate it when it's configured for docker. See https://chatgpt.com/share/68a0acb8-db20-800f-9d2c-b34e38b5cdee MAILU_SUBNET: "{{ networks.local['web-app-mailu'].subnet }}" ## Credentials