fix: remove opendmarc and exim components#16739
Merged
christopherco merged 2 commits intotomls/base/mainfrom Apr 20, 2026
Merged
fix: remove opendmarc and exim components#16739christopherco merged 2 commits intotomls/base/mainfrom
christopherco merged 2 commits intotomls/base/mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes the opendmarc component from the base component set to address a repoclosure issue and trim niche mail-server tooling from the distro.
Changes:
- Removed the
opendmarcentry frombase/comps/components.toml.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
exim is a niche MTA (mail transfer agent) with no reverse dependencies in the distro and not in any package group. It also has an unconditional BuildRequires on libopendmarc-devel, which ties it to the opendmarc component that is being removed separately.
opendmarc-tools has an unresolved dependency in repoclosure. opendmarc is a DMARC email authentication milter for MTAs — niche mail server tooling not needed in a cloud-focused distro. The only component that depended on it (exim) was removed in the prior commit, and it is not in any package group.
c154198 to
ce54a5b
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
reubeno
approved these changes
Apr 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remove two niche mail server components that are not needed in a cloud-focused distro.
opendmarc — A DMARC email authentication milter for MTAs (sendmail, Postfix, etc.). Its
opendmarc-toolssubpackage has an unresolved dependency in repoclosure. It is not in any package group.exim — A niche MTA with an unconditional
BuildRequires: libopendmarc-devel(provided by opendmarc). It is also not in any package group.Neither package has reverse dependencies from other components in the distro.
Fixes: AB#18924