Share via

Bypass Encryption before journaling

Evie Lynch 0 Reputation points
2025-10-02T15:50:38.61+00:00

Hi,

I need some help trying to figure out how I can send decrypted emails via journaling to our compliance archiving platform.

We currently have set up a connector and then a Journal Rule within Purview portal. The journal rule is for full tenant and connector uses ' Only when messages are send to these domains' using the JFA domain. this seems to be ok for bypassing threat protection but not encryption.

Any thoughts on how this can be done?

I am not fully technical when it comes to this type of set up.

Thanks in advance.

Exchange Online
Exchange Online

A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Evie Lynch 0 Reputation points
    2025-10-07T15:46:34.2733333+00:00

    Hi Support,

    Will this solution work if the client has encryption like this?

    See attached screenshot.

    Was this answer helpful?

    0 comments No comments

  2. Kha-N 8,260 Reputation points Microsoft External Staff Moderator
    2025-10-03T02:08:23.7566667+00:00

    Hi @EvieLynch,

    Welcome to Microsoft Q&A, and thank you very much for reaching out to us.

    Based on your description, it sounds like you've configured a connector and a journal rule scoped to your full tenant, using the JFA domain under “Only when messages are sent to these domains.” This setup appears to successfully bypass threat protection, but not encryption, preventing your compliance archiving platform from receiving decrypted email content. Therefore, you've asked whether it's possible to send decrypted emails via journaling, without disabling encryption tenant-wide.

    As a Microsoft Q&A moderator, I don’t have access to your tenant-specific configuration, but I’ll do my best to assist using publicly available documentation and guidance.

    Based on my research, you can either:

    Enable Journal Report Decryption: You or your Admin can configure Exchange Online to include a clear-text copy of IRM-protected messages in journal reports, provided the encryption originates from within your organization. Note that this does not decrypt messages encrypted by external organizations.

    To enable this:

    Open PowerShell and connect to Exchange Online (kindly note to install Exchange PowerShell Module first in order to connect Exchange Online services on PowerShell):

    Connect-ExchangeOnline
    

    Run the following command:

    Set-IRMConfiguration -JournalReportDecryptionEnabled $true
    

    Please note that journal report decryption does not currently support the explicit use of OME branding templates. If encryption is applied via a mail flow (transport) rule using a custom OME template, the journal report will not contain a decrypted copy.

    For more information, you can check this Microsoft Article here.

    Use Mail Flow Rules to Exclude the Journaling Domain from Encryption:

    You or your administrator can configure a mail flow rule in the Exchange Admin Center to exclude your journaling domain from encryption:

    • Go to Exchange Admin Center > Mail Flow > Rules
    • Create a rule (e.g., “No Encryption to Journaling”)
    • Set the condition to match your journaling domain (e.g., journal.yourdomain.com)
    • Modify the message security settings to remove Office 365 Message Encryption

    User's image

    This ensures that emails sent to your journaling domain remain unencrypted, even if encryption is applied elsewhere. For more information and detailed instructions, you can review this Microsoft Article here.

    Additionally, you can configure domain exclusions in Microsoft Purview’s Insider Risk Management settings. This allows you to define global exclusions for specific domains, such as your internal journaling domain, so that activities involving those domains do not trigger compliance or encryption policies. This is especially useful when you want to ensure that journaling traffic is exempt from unnecessary encryption enforcement while maintaining broader tenant-wide protections.

    Feel free to try out the suggestions I’ve shared, and don’t hesitate to reach out if you have any updates, follow-up questions, or need further clarification. I’d be happy to assist you further.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".     

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?


Your answer

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