1
24.7 Production Series / Re: OAuth2 support for opnsense/monit?
« on: October 25, 2024, 03:57:24 pm »
I guess this is not right.
Postfix is a server and can send emails to other servers. I have never seen Postfix to behave as client and authenticate itself as client - MSA. But mybe it is doable with some specific steps.
Anyway here we are talking about clients sending emails -> clients mean Outlook, Thunderbird or any other application behaving as client to the server. Here monit. But other gear may have similar.
Often such clients can send email without authentication to local server.
But to use some public provider, today you need authenticate.
So use SMTP "AUTH" - and very often plain -simple user/password.
Now MS will remove it and will use OATH authentication.
So no, MS does not remove SMTP AUTH, just changes the auth method and client has to support it.
Postfix is a server and can send emails to other servers. I have never seen Postfix to behave as client and authenticate itself as client - MSA. But mybe it is doable with some specific steps.
Anyway here we are talking about clients sending emails -> clients mean Outlook, Thunderbird or any other application behaving as client to the server. Here monit. But other gear may have similar.
Often such clients can send email without authentication to local server.
But to use some public provider, today you need authenticate.
So use SMTP "AUTH" - and very often plain -simple user/password.
Now MS will remove it and will use OATH authentication.
So no, MS does not remove SMTP AUTH, just changes the auth method and client has to support it.