fix ipv6 smtp problem #27

Merged
ammaratef45 merged 2 commits from fix_smtp into main 2026-08-28 08:54:00 +00:00
3 changed files with 5 additions and 0 deletions
+2
View File
@@ -34,3 +34,5 @@ TX="Europe/Berlin"
# If SMTP isn't working, enable this line to debug
# remember to disable it after debugging
#SMTP_DEBUG=true
#DISABLE_IPV6=0
+2
View File
@@ -7,6 +7,8 @@ services:
networks:
- proxy
- internal
sysctls:
- net.ipv6.conf.all.disable_ipv6=${DISABLE_IPV6:-1}
ammaratef45 marked this conversation as resolved Outdated
Outdated
Review

does this mean ipv6 is disabled by default?

does this mean ipv6 is disabled by default?
Outdated
Review
ah yes it does https://docs.kernel.org/networking/ip-sysctl.html
environment:
- "DOMAIN=https://$DOMAIN"
- "WEBSOCKET_ENABLED=$WEBSOCKET_ENABLED"
+1
View File
@@ -0,0 +1 @@
To enable ipv6 set DISABLE_IPV6=0