From 192d633a13adf2d552f4257f4975b066204b9da9 Mon Sep 17 00:00:00 2001 From: Jason Gunthorpe Date: Thu, 28 May 2020 10:13:37 -0300 Subject: Add OAUTH Credential server The OAUTH credential server allows CMS to ack as an OAUTH broker and supply bearer tokens to other applications in the system. Currently this only support SMTP tokens for outbound mail delivery. A UNIX domain socket is used to communicate between the SMTP agent and CMS. A simple one line protocol is used to specify the account requested and CMS returns the plain XAOUTH2 response string. The agent is responsible to base64 encode it. This works for GMail and O365 mailboxes. Signed-off-by: Jason Gunthorpe --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 6c20d0e..e20af76 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,12 @@ For mutt use the following configuration: set maildir_trash = yes ``` +# Mail Delivery Agent Configuration + +CMS includes a OAUTH broker than can export a SMTP access token to local SMTP +delivery agents. The [Outbound mail through SMTP](doc/smtp.md) page describes +this configuration. + # Future Work/TODO - Use delta queries on mailboxes with MS Graph. Delta queries allow downloading only changed message meta-data and will accelerate polling of -- cgit v1.2.3