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

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.