1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-06-03 21:23:19 +00:00

Merge branch 'staging' into nightly

This commit is contained in:
DerLinkman
2025-08-28 10:21:38 +02:00
24 changed files with 703 additions and 20 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ while true; do
if [[ ${AUTODISCOVER_SAN} == "y" ]]; then
# Fetch certs for autoconfig and autodiscover subdomains
ADDITIONAL_WC_ARR+=('autodiscover' 'autoconfig')
ADDITIONAL_WC_ARR+=('autodiscover' 'autoconfig' 'mta-sts')
fi
if [[ ${SKIP_IP_CHECK} != "y" ]]; then