Add sieve pipe and filter#574
Merged
tomav merged 7 commits intodocker-mailserver:masterfrom May 10, 2017
Merged
Conversation
Contributor
|
Restarted build. |
Contributor
|
Restarted, again. |
Contributor
Author
|
I don't get why this build is so unpredictable on Travis. I cleaned everything, removed all containers and all images before I ran "make" to test. And repeated after this failure, without seeing the issues. @tomav Can you test locally ? |
Contributor
|
Worked locally. Really hard to understand Travis... |
Contributor
|
It worked! |
Contributor
|
Thank you @arneke |
RichardFevrier
pushed a commit
to RichardFevrier/docker-mailserver
that referenced
this pull request
Aug 26, 2019
* First pass at adding support for pipe and filter in Sieve, excluding unit tests. * Reduce insight into copied scripts * Added test * Adjustments related to switch to 16.04
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.
Ref #505 , I have added support for sieve_extprograms as non-global plugin, i.e. the users can add the whitelisted programs to their personal Sieve files.
The whitelisted programs are copied from
config/sieve-pipeandconfig/sieve-filterto/usr/lib/dovecot/sieve-pipeand/usr/lib/dovecot/sieve-filterI have added
target/dovecot/90-sieve.conf, even though it really just changes the following lines:sieve_plugins = sieve_extprogramssieve_extensions = +notify +imapflags +vnd.dovecot.pipe +vnd.dovecot.filterand adds
sieve_pipe_bin_dir = /usr/lib/dovecot/sieve-pipesieve_filter_bin_dir = /usr/lib/dovecot/sieve-filter