[Config] Add SKIP_HTTP_VERIFICATION

master
andryyy 2019-03-29 07:48:31 +01:00
parent fdedb6fdce
commit c612f7ee4c
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
2 changed files with 5 additions and 0 deletions

View File

@ -186,6 +186,10 @@ SKIP_LETS_ENCRYPT=n
SKIP_IP_CHECK=n
# Skip HTTP verification in ACME container - y/n
SKIP_HTTP_VERIFICATION=n
# Skip ClamAV (clamd-mailcow) anti-virus (Rspamd will auto-detect a missing ClamAV container) - y/n
SKIP_CLAMD=${SKIP_CLAMD}

View File

@ -139,6 +139,7 @@ CONFIG_ARRAY=(
"ACL_ANYONE"
"SOLR_HEAP"
"SKIP_SOLR"
"SKIP_HTTP_VERIFICATION"
)
sed -i '$a\' mailcow.conf