From 427ef022bb5bc9a28a707fbb1efe08a72286b7ab Mon Sep 17 00:00:00 2001 From: Kablersalat Date: Wed, 19 Mar 2025 01:10:02 +0100 Subject: less swearing and first public push --- config/emailproxy-auth.config | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 config/emailproxy-auth.config (limited to 'config/emailproxy-auth.config') diff --git a/config/emailproxy-auth.config b/config/emailproxy-auth.config new file mode 100644 index 0000000..7bc4bb1 --- /dev/null +++ b/config/emailproxy-auth.config @@ -0,0 +1,22 @@ +[IMAP-2993] +server_address = outlook.office365.com +server_port = 993 +local_address = 0.0.0.0 + +[SMTP-2465] +server_address = smtp.office365.com +server_port = 465 +local_address = 0.0.0.0 + +[@rafisa.ch] +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 +redirect_uri = https://login.microsoftonline.com/common/oauth2/nativeclient +client_id = 9e5f94bc-e8a4-4e73-b8be-63364c29d753 +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 -- cgit v1.2.3-70-g09d2