Fixes #451 - add incoming mail SPF policy checks#543
Merged
tomav merged 2 commits intodocker-mailserver:masterfrom Mar 14, 2017
danielsreichenbach:spf_dkim_postfix
Merged
Fixes #451 - add incoming mail SPF policy checks#543tomav merged 2 commits intodocker-mailserver:masterfrom danielsreichenbach:spf_dkim_postfix
tomav merged 2 commits intodocker-mailserver:masterfrom
danielsreichenbach:spf_dkim_postfix
Conversation
Contributor
|
Thank you @danielsreichenbach |
Contributor
|
Stupid question: Isn't spamassassin already checking SPF? |
|
Hi all, since this PR was merged, I have been missing mail messages sent from some companies. I can't even write to myself from my University of Toronto mail address. I know that the issue is on the sending side, but is there any way to make this SPF check a little more flexible? |
RichardFevrier
pushed a commit
to RichardFevrier/docker-mailserver
that referenced
this pull request
Aug 26, 2019
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 adds support support for checking incoming SPF records using
postfix-policyd-spf-python.I have also moved the
DEBIAN_FRONTENDto use theENVcommand so that it works for all apt-get runs, eliminating apt-get runs complaining about the lack ofTERM.Test where executed via
makeand successful.