Skip to content

Commit

Permalink
Merge pull request #5283 from superpuffin:master
Browse files Browse the repository at this point in the history
Update nextcloud heper script to disable SMTP TLS host verification
  • Loading branch information
DerLinkman committed Jun 27, 2023
2 parents 3b748a3 + 61c8afa commit 0863bff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helper-scripts/nextcloud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ elif [[ ${NC_INSTALL} == "y" ]]; then
/web/nextcloud/occ --no-warnings config:system:set mail_domain --value=${MAILCOW_HOSTNAME}; \
/web/nextcloud/occ --no-warnings config:system:set mail_smtphost --value=postfix; \
/web/nextcloud/occ --no-warnings config:system:set mail_smtpport --value=588; \
/web/nextcloud/occ --no-warnings config:system:set mail_smtpstreamoptions ssl verify_peer --value=false --type=boolean
/web/nextcloud/occ --no-warnings config:system:set mail_smtpstreamoptions ssl verify_peer_name --value=false --type=boolean
/web/nextcloud/occ --no-warnings db:convert-filecache-bigint -n"

# Not installing by default, broke too often
Expand Down

0 comments on commit 0863bff

Please sign in to comment.