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