summaryrefslogtreecommitdiff
path: root/tw/home/files
diff options
context:
space:
mode:
authorTimo Wilken2023-04-18 19:28:00 +0200
committerTimo Wilken2023-04-21 14:31:33 +0200
commit375b4b3c3126024a113a22c4b5b8c7c2460141a1 (patch)
tree45f0d1fcff7ea0e2b9d26e97e6cd3e8167c6c129 /tw/home/files
parentd72339feb2d2d035645ad71d9c1b9b578e7b17c4 (diff)
Fix aerc ExOl SMTP setup
Apparently, smtp-starttls=true is not recognised; use =yes instead.
Diffstat (limited to 'tw/home/files')
-rw-r--r--tw/home/files/aerc/accounts.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tw/home/files/aerc/accounts.conf b/tw/home/files/aerc/accounts.conf
index 53220cc9..9fb1e04b 100644
--- a/tw/home/files/aerc/accounts.conf
+++ b/tw/home/files/aerc/accounts.conf
@@ -13,7 +13,7 @@ cache-headers = true
# https://man.sr.ht/~rjarry/aerc/providers/microsoft.md#office365-with-xoauth2
source = imaps+xoauth2://timo.wilken%40cern.ch@outlook.office365.com?client_id=9e5f94bc-e8a4-4e73-b8be-63364c29d753&token_endpoint=https://login.microsoftonline.com/common/oauth2/v2.0/token&scope=https://outlook.office.com/SMTP.Send https://outlook.office.com/IMAP.AccessAsUser.All offline_access
outgoing = smtp+xoauth2://timo.wilken%40cern.ch@smtp.office365.com:587?client_id=9e5f94bc-e8a4-4e73-b8be-63364c29d753&token_endpoint=https://login.microsoftonline.com/common/oauth2/v2.0/token&scope=https://outlook.office.com/SMTP.Send https://outlook.office.com/IMAP.AccessAsUser.All offline_access
-smtp-starttls = true
+smtp-starttls = yes
# To authorize for the first time (to get refresh token):
# mutt_oauth2.py ~/.local/share/aerc/cern.tokens --authorize --authflow authcode --provider microsoft \
# --email timo.wilken@cern.ch --client-id 9e5f94bc-e8a4-4e73-b8be-63364c29d753 --client-secret '' \