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

2022-10-17 Thread Jerry Geis
> Consider looking at a generic proxy like https://github.com/simonrob/email-oauth2-proxy this is very interesting... I did the following: yum install python3 downloaded teh above yum install python3-pip pip-3 install --upgrade pip ran the requirements - it install crypto and stuff. change the con

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 sup

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.

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. ___

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

2022-10-14 Thread mario juliano grande-balletta
: 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

[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