fix: SMTP config setup (#4272)

* fix: change default for SMTPSenderAddressMatchesInstanceDomain to false

* fix: handle error in console
This commit is contained in:
Livio Spring
2022-09-02 09:04:29 +02:00
committed by GitHub
parent 05f918ac83
commit bee616c11a
2 changed files with 22 additions and 27 deletions

View File

@@ -361,7 +361,7 @@ DefaultInstance:
DomainPolicy:
UserLoginMustBeDomain: true
ValidateOrgDomains: true
SMTPSenderAddressMatchesInstanceDomain: true
SMTPSenderAddressMatchesInstanceDomain: false
LoginPolicy:
AllowUsernamePassword: true
AllowRegister: true