Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Add Modern Auth for O365 email checking/sending #15

Open
ghost opened this issue May 7, 2022 · 1 comment
Open

[Feature request] Add Modern Auth for O365 email checking/sending #15

ghost opened this issue May 7, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@ghost
Copy link

ghost commented May 7, 2022

With Microsoft dropping support for Legacy Authentication in October 2022, it would be great to have the ability to use modern auth to the app for checking for new emails to analyze as well as sending emails to the end users.

@ghost ghost added the enhancement New feature or request label May 7, 2022
@majo053
Copy link

majo053 commented Sep 22, 2022

Hello, you can configure 'davmail' which supports modern authentification.

For example:

yum instal davmial or apt install davmail
nano /etc/davmail/davmail.properties

add:

davmail.oauth.clientId=xxxxxxxxxxxxx
davmail.oauth.redirectUri=https://login.microsoftonline.com/common/oauth2/nativeclient
davmail.oauth.tenantId=xxxxxxxxxxxxxx

configuration.json:

"imap" : {
"host" : "127.0.0.1",
"port" : "1143",
"user" : "[email protected]",
"password" : "xxxxxxxxxxxxx",
"folder" : "ThePhish"
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant