Introduce ENABLE_DNSBL env#2342
Conversation
|
Not sure whether Postscreen should be affected by this too or not, but you could think about these lines in Postfix's configuration as well: docker-mailserver/target/postfix/main.cf Lines 58 to 66 in 701037d |
|
Good catch. I've overlooked that, because in my setup |
|
Just a short question: Why is the variable called |
|
It did it this way, because currently there is no DISABLE_VAR. This was just done, to align with the existing namings. |
I'm very much fine with the naming of the variable, just the implementation is logic-wise implemented in exactly the opposite way compared to how I would have done it :) I'd expect the variable to add the lists, not to disable them :D |
|
The result is the same. Background: I mainly migrated my personal "remove blocklists" stuff from my user-patches. That's why it's not the other way around. |
polarathene
left a comment
There was a problem hiding this comment.
Other than concerns raised earlier, LGTM 👍
620bf6f
|
EDIT: Ran the tests locally and inspected the JSON, noticed that the |
|
Documentation preview for this PR is ready! 🎉 Built with commit: 54ce77d |
Description
This PR makes the usage of the postfix/postscreen DNS block lists optional.
Fixes issues like #1927
Type of change
Checklist:
docs/)