Explorar o código

Fix for Sieve error (due to IPv6 Comp from SOGo)

DerLinkman %!s(int64=3) %!d(string=hai) anos
pai
achega
7a23e4fd4e
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      data/Dockerfiles/dovecot/docker-entrypoint.sh

+ 7 - 0
data/Dockerfiles/dovecot/docker-entrypoint.sh

@@ -307,11 +307,18 @@ namespace {
 }
 }
 EOF
 EOF
 
 
+# Get SOGo IPv6 from Dig
+SOGO_V6=$(dig +answer sogo AAAA +short)
+
 cat <<EOF > /etc/dovecot/sogo_trusted_ip.conf
 cat <<EOF > /etc/dovecot/sogo_trusted_ip.conf
 # Autogenerated by mailcow
 # Autogenerated by mailcow
 remote ${IPV4_NETWORK}.248 {
 remote ${IPV4_NETWORK}.248 {
   disable_plaintext_auth = no
   disable_plaintext_auth = no
 }
 }
+
+remote ${SOGO_V6} {
+  disable_plaintext_auth = no
+}
 EOF
 EOF
 
 
 # Create random master Password for SOGo SSO
 # Create random master Password for SOGo SSO