Deactivated IP6 for Mailu

This commit is contained in:
Kevin Veen-Birkenbach 2025-08-16 18:17:09 +02:00
parent 43362e1694
commit 1b26f1da8d
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
3 changed files with 4 additions and 6 deletions

View File

@ -2,3 +2,4 @@
- Implement multi language
- Implement rbac administration interface
- Implement ``MASK_CREDENTIALS_IN_LOGS`` for all sensible tasks
- [Enable IP6 for docker](https://chatgpt.com/share/68a0acb8-db20-800f-9d2c-b34e38b5cdee).

View File

@ -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

View File

@ -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