diff options
-rw-r--r-- | config/emailproxy-auth.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/emailproxy-auth.config b/config/emailproxy-auth.config index 7bc4bb1..02841d3 100644 --- a/config/emailproxy-auth.config +++ b/config/emailproxy-auth.config @@ -8,7 +8,7 @@ server_address = smtp.office365.com server_port = 465 local_address = 0.0.0.0 -[@rafisa.ch] +[@example.com] permission_url = https://login.microsoftonline.com/common/oauth2/v2.0/authorize token_url = https://login.microsoftonline.com/common/oauth2/v2.0/token oauth2_scope = https://outlook.office.com/IMAP.AccessAsUser.All https://outlook.office.com/POP.AccessAsUser.All https://outlook.office.com/SMTP.Send offline_access @@ -19,4 +19,4 @@ client_secret = [emailproxy] delete_account_token_on_password_error = False use_login_password_as_client_credentials_secret = True -allow_catch_all_accounts = True
\ No newline at end of file +allow_catch_all_accounts = True |