Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable PostSRSd to avoid being marked as spam by failed SPF checks. #103

Merged
merged 124 commits into from
Jul 6, 2021

Conversation

haratosan
Copy link
Contributor

Forwarding to a gmail account never worked for me. The problem was that the SPF check always failed. However, the problem was not my SPF entry, but that of the sender.
After some research I found the solution: SRS (Sender Rewriting Scheme). The sender is replaced by a temporary sender from my domain and the SPF check passes.
The required daemon was already installed in the container, but unfortunately not activated. With a few lines of code the daemon can be activated, a security key generated and Postfix configured so that now everything works.
My mails now no longer end up as spam \o/.

I ask you to consider the changes and optionally enable SRS in the original branch.
Thank you for your time

SRS

huan and others added 22 commits March 9, 2021 22:51
…nfiguration (huan#98)

* Add an option to override postfix's default logging configuration

* Add tests

* Update README.md

* push to build

* fix overwriting variable

* update with postfix-configuration

* delete drone for pull request

Co-authored-by: Tamaro Skaljic <[email protected]>
…an#97)

* Add an option to override postfix's default logging configuration

* Add tests

* Update README.md
* fix default postfix logging configuration test

* Change logfile path in custom postfix logging configuration test

* Make postfix logging configuration tests restore the preconditions
@CLAassistant
Copy link

CLAassistant commented Apr 5, 2021

CLA assistant check
All committers have signed the CLA.

@tamaro-skaljic
Copy link
Contributor

@huan

Copy link
Owner

@huan huan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much for your contribution!

It seems that this PR is good to me, however, could you please try to invite more contributors to approve this PR so that we can merge it with enough confidence?

@huan huan requested a review from dimitrovs July 4, 2021 10:57
@huan huan merged commit c3b5b30 into huan:master Jul 6, 2021
@huan
Copy link
Owner

huan commented Jul 6, 2021

@dimitrovs Thank you very much for the approval!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.