mirror of
https://github.com/LogicLabs-OU/OpenArchiver.git
synced 2026-04-06 00:31:57 +02:00
Feature Request: Support for on-premise Exchange Server journaling and archiving (Exchange 2016/2019/2022) #31
Open
opened 2026-04-05 16:16:12 +02:00 by MrUnknownDE
·
0 comments
No Branch/Tag Specified
main
gh-pages
v0.5.1-dev
v0.4.3-release
ee-legalhold
ee-retention
v0.4.3-dev
wayneshn-patch-1
v0.4.3-pre
v0.4.2-fix
v0.4.2-dev
v0.4.1-dev
mailbox-processing-opt
v0.4.0-fix
ee-init
docs-ocr
v0.3.x-fixes
issue-templates
security-update
create-funding-yml
display-versions
attachment-ocr
docs
user-api-key
demo-mode
v0.3.0
system-settings
wip
CLA-v2
role-based-access
dev
v0.5.0
v0.4.2
v0.4.1
v0.4.0
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
v0.2.1
v0.2.0
v0.1.2
v0.1.1
v0.1.0
Labels
Clear labels
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
documentation
documentation
duplicate
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
good first issue
help wanted
help wanted
help wanted
help wanted
improvement
improvement
question
question
Milestone
No items
No Milestone
Projects
Clear projects
No project
Assignees
MrUnknownDE
Clear assignees
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: github/OpenArchiver#31
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @laoma2016 on 2/24/2026
Feature Request: Native support for on-premise Microsoft Exchange Server journaling and archiving
Description
Open Archiver is already an excellent open-source tool for archiving cloud-based email environments (Google Workspace, Microsoft 365 via Graph/OAuth, generic IMAP).
Many organizations (especially mid-sized enterprises, government, education, and regulated industries) still run on-premise Exchange Server (2016, 2019, or 2022). These environments cannot use the Microsoft 365 / Graph API connector.
A very common and compliant way to capture all email traffic in such setups is through Exchange Journaling (Standard or Premium journaling rules), which sends a copy of every sent/received/internal message to a dedicated journal mailbox (or external SMTP recipient).
Currently, there is no native way in Open Archiver to:
Proposed solutions / nice-to-have priority order
High priority – SMTP Journaling Receiver
Allow Open Archiver to listen on an SMTP port (e.g., 25/465/587) as a journaling target.
This is the cleanest, most performant, and compliance-friendly way for on-prem Exchange.
Medium priority – Dedicated Exchange Journal Mailbox Connector
Lower priority (but still useful) – Enhanced on-prem Exchange support
Why this matters
Environment examples where this would help
Additional context
No similar issue appears to exist yet (based on a quick search of the issues).
I'm happy to help test, provide sample journaled messages, or discuss implementation details if the team is interested.
Thanks for building and maintaining this great project — it's one of the few modern, truly open email archiving solutions out there!
Would love to hear your thoughts or any roadmap hints.