LIBCIR-457. Add script to prepare and run postfix.#231
Merged
mohideen merged 2 commits intorelease/8.2from Oct 1, 2025
Merged
Conversation
Port of DRUM changes from LIBDEVOPS-83 into MD-SOAR to support sending emails from the "cron" container that do not go through the DSpace email handler. This commit properly configures the Postfix mail handler with a script to: * Run Postfix to run in a chroot environment. * Fix directory ownership and permissions * Start the Postfix service Further changes in the k8s-mdsoar repository ensure that Postfix is started as part of the "cron" container. https://umd-dit.atlassian.net/browse/LIBCIR-457
Set the "execute" permission bit on the "postfix.sh" script so it is able to run in the container. https://umd-dit.atlassian.net/browse/LIBCIR-457
8395116 to
dadb119
Compare
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.
Port of DRUM changes from LIBDEVOPS-83 into MD-SOAR to support sending
emails from the "cron" container that do not go through the DSpace
email handler.
This commit properly configures the Postfix mail handler with a
script to:
Further changes in the k8s-mdsoar repository ensure that Postfix is
started as part of the "cron" container.
https://umd-dit.atlassian.net/browse/LIBCIR-457