Resolving Blocked SMTP Access for certain user in Odoo Service

Omar Ataa 20 Reputation points
2024-11-06T10:27:47.0033333+00:00

The user noreply@domain.com has been blocked due to security defaults. While I can sign in normally, I am unable to use SMTP in the Odoo service because of this account being blocked. I aim to mark this account as safe, which I can manage, but I also need to unblock it to restore full functionality.

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
5,113 questions
Microsoft Intune Security
Microsoft Intune Security
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
432 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,093 questions
0 comments No comments
{count} votes

Accepted answer
  1. Goutam Pratti 265 Reputation points Microsoft Vendor
    2024-11-07T09:55:31.1333333+00:00

    Hi @Omar Ataa ,

    Thank you for reaching out Microsoft Q&A.

    The noreply@domain.com account has been blocked due to security defaults, which is preventing the use of SMTP in your Odoo service. The reason for the block is that security defaults disable legacy authentication protocols such as IMAP, SMTP, and POP, as these protocols do not support Multi-Factor Authentication (MFA). Legacy protocols are considered less secure because they cannot enforce MFA, making them more vulnerable to attacks.
    User's image

    I recommend using OAuth to authenticate IMAP, POP, or SMTP connections, as it is a modern and secure authentication protocol. Legacy authentication protocols, like IMAP, POP, and SMTP, have known security vulnerabilities, as they cannot enforce Multi-Factor Authentication (MFA) and are more susceptible to attacks.

    For a more secure and compliant approach, you can switch to OAuth for these protocols. OAuth supports MFA and provides a more robust and secure way to authenticate users.

    you can follow the documentation: https://learn.microsoft.com/en-us/exchange/client-developer/legacy-protocols/how-to-authenticate-an-imap-pop-smtp-application-by-using-oauth

    Hope this helps. Do let us know if you any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    Regards,
    Goutam Pratti.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.