Skip to content

Commit

Permalink
Fix smtp settings for nextcloud v26
Browse files Browse the repository at this point in the history
  • Loading branch information
superpuffin committed Jun 13, 2023
1 parent e691d2c commit 61c8afa
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 61c8afa

Please sign in to comment.