[CentOS] Microsoft deprecation of basic authentication centos 7

2022-10-14 Thread Jerry Geis
Hi All

I have a server out there running centos 7.
I installed fetchmail to monitor an email inbox - has worked for years.
Microsoft deprecated basic authentication so fetchmail is not working any
more.

Anyone else run into this ?
fetchmail 6 does not support oauth.

Any thoughts on how to update - get this working again ?
its nearly impossible  to change the OS - as the box is not local to me.

Thanks!

Jerry
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Microsoft deprecation of basic authentication centos 7

2022-10-14 Thread mario juliano grande-balletta
Try the open source CalDav/WebDav...it will run as a local gateway
software that will do the dirty work of connecting to exchange/outlook
servers.

Trust me, I loathe anything microsoft, ugh.

But, it works.



-Original Message-
From: Jerry Geis 
Reply-To: CentOS mailing list 
To: CentOS mailing list 
Subject: [CentOS] Microsoft deprecation of basic authentication centos
7
Date: Fri, 14 Oct 2022 12:31:23 -0400

Hi All
I have a server out there running centos 7.I installed fetchmail to
monitor an email inbox - has worked for years.Microsoft deprecated
basic authentication so fetchmail is not working anymore.
Anyone else run into this ?fetchmail 6 does not support oauth.
Any thoughts on how to update - get this working again ?its nearly
impossible  to change the OS - as the box is not local to me.
Thanks!
Jerry___CentOS mailing 
listcen...@centos.org
https://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Microsoft deprecation of basic authentication centos 7

2022-10-14 Thread Kenneth Porter
--On Friday, October 14, 2022 1:33 PM -0400 mario juliano grande-balletta 
 wrote:



Trust me, I loathe anything microsoft, ugh.


OAuth is an open standard. MS (along with several other tech giants) is 
using it instead of a proprietary solution.






___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Microsoft deprecation of basic authentication centos 7

2022-10-14 Thread Alexander Dalloz

Am 14.10.2022 um 18:31 schrieb Jerry Geis:

Hi All

I have a server out there running centos 7.
I installed fetchmail to monitor an email inbox - has worked for years.
Microsoft deprecated basic authentication so fetchmail is not working any
more.


[ ... ]


Thanks!

Jerry


Use getmail instead.

A quick search brought up

https://www3.isi.edu/~johnh/OTHER/LINUX/OAUTH2/index.html

Alexander

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Microsoft deprecation of basic authentication centos 7

2022-10-14 Thread Chris Schanzle via CentOS

On 10/14/22 12:31 PM, Jerry Geis wrote:

Hi All

I have a server out there running centos 7.
I installed fetchmail to monitor an email inbox - has worked for years.
Microsoft deprecated basic authentication so fetchmail is not working any
more.

Anyone else run into this ?
fetchmail 6 does not support oauth.

Any thoughts on how to update - get this working again ?
its nearly impossible  to change the OS - as the box is not local to me.



Microsoft is accepting short-term enforcement delays (until Dec 31 if I recall) 
if your company will submit the request.

Consider looking at a generic proxy like 
https://github.com/simonrob/email-oauth2-proxy

I tried it on EL8, but had troubles getting the GUI to appear in the systray 
unless until in my python virtenv I added:

  pip install PyGObject # also installs pycairo

Worked for me with Thunderbird -- we can't use built-in OAUTH2 due to 
https://bugzilla.mozilla.org/show_bug.cgi?id=1685414

Good luck!

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos