selective service disable#250
Merged
tomav merged 3 commits intodocker-mailserver:masterfrom Aug 4, 2016
Merged
Conversation
Setting the `DISABLE_AMAVIS=1` env var will skip the starting of the amavis process.
Setting the `DISABLE_SPAMASSASSIN=1` env var will start this container without spamassain.
Setting the `DISABLE_CLAMAV=1` env var will start this container without starting clamav.
Contributor
Author
|
Build timed out. It built on my branch of travis. |
Contributor
|
Restarted. |
Contributor
|
Thank you! |
|
Many thanks for this, the following settings work: however with disable_amavis=1 i can't send/receive emails. so perhaps some extra config changes are needed, |
Contributor
Author
|
Looking into it now. |
Contributor
Contributor
|
Perhaps, to simplify, a Let me know. |
Closed
RichardFevrier
pushed a commit
to RichardFevrier/docker-mailserver
that referenced
this pull request
Aug 26, 2019
* Allow disabling amavis service Setting the `DISABLE_AMAVIS=1` env var will skip the starting of the amavis process. * Enable option to not run spamassassin Setting the `DISABLE_SPAMASSASSIN=1` env var will start this container without spamassain. * Allow starting of the container without clamav Setting the `DISABLE_CLAMAV=1` env var will start this container without starting clamav.
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.
This pull request is in response to #216.
This PR only selectively disabled either clamav, spamassassin, or amavis.
I am not sure if the config files needs to be touched at all.