|
@@ -8,7 +8,7 @@ server_address = smtp.office365.com
|
|
|
server_port = 465
|
|
server_port = 465
|
|
|
local_address = 0.0.0.0
|
|
local_address = 0.0.0.0
|
|
|
|
|
|
|
|
-[@rafisa.ch]
|
|
|
|
|
|
|
+[@example.com]
|
|
|
permission_url = https://login.microsoftonline.com/common/oauth2/v2.0/authorize
|
|
permission_url = https://login.microsoftonline.com/common/oauth2/v2.0/authorize
|
|
|
token_url = https://login.microsoftonline.com/common/oauth2/v2.0/token
|
|
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
|
|
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]
|
|
[emailproxy]
|
|
|
delete_account_token_on_password_error = False
|
|
delete_account_token_on_password_error = False
|
|
|
use_login_password_as_client_credentials_secret = True
|
|
use_login_password_as_client_credentials_secret = True
|
|
|
-allow_catch_all_accounts = True
|
|
|
|
|
|
|
+allow_catch_all_accounts = True
|