diff options
author | Kablersalat <crt@adastra7.net> | 2025-03-19 01:18:31 +0100 |
---|---|---|
committer | Kablersalat <crt@adastra7.net> | 2025-03-19 01:18:31 +0100 |
commit | b4a0a4fafd184114a74cee42402591dfa11ba7e5 (patch) | |
tree | 241b89d1414f857512c29d1cfdb135e4e233f223 | |
parent | 4d9b998ac3c297f6c13a1ed825af04713e058727 (diff) |
oopsie
-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 |