Added greylisting using postgrey#495
Merged
tomav merged 4 commits intodocker-mailserver:masterfrom Feb 6, 2017
Merged
Conversation
tomav
suggested changes
Jan 28, 2017
Contributor
tomav
left a comment
There was a problem hiding this comment.
Almost perfect! Thanks for this good job.
Seen comments below.
| ;; | ||
| esac | ||
|
|
||
| exit $ret No newline at end of file |
|
|
||
| POSTGREY_OPTS="--inet=10023" | ||
|
|
||
| #POSTGREY_TEXT="Your customized rejection message here" No newline at end of file |
| run docker exec mail_with_postgrey /bin/bash -c "ps aux --forest | grep -v grep | grep '/usr/sbin/postgrey'" | ||
| assert_success | ||
| } | ||
|
|
Contributor
There was a problem hiding this comment.
Can you add a test on Postgrey behaviour on incoming mail?
…ed the issue of non-unlinkable daemon pid, ensured that configuration changes are not duplicated, updated some tests and added two new ones
081c235 to
f26656d
Compare
Contributor
Author
|
These new edits are now complete:
|
Contributor
|
Restarted build. |
tomav
approved these changes
Feb 6, 2017
Contributor
|
Thanks you @5VEN! |
Contributor
Author
|
@tomav, you're welcome! This greylisting seems quite useful. I received about 10 spam messages each day to two email addresses but now after setting POSTGREY_DELAY to 3600, the amount of spam went down to 1-2 per day. |
RichardFevrier
pushed a commit
to RichardFevrier/docker-mailserver
that referenced
this pull request
Aug 26, 2019
* Added greylisting using postgrey * Updated the documentation
5 tasks
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.
No description provided.