|
I had Maddy running for two years now. It worked like a charm! I would like to configure a whitelist for some Mailservers that are poorly configured and skip the checks for this domains. So my attempt is to use the example from the docs and modify it my whitelist file /data/whitelist contains this But it isn't working as expected. Mails from domain1.com are still checked. How can I archive this kind of whitelist? |
Answered by
foxcpp
Dec 21, 2023
Replies: 1 comment
|
|
0 replies
Answer selected by
bjoernh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
source_inchecks the entire address, you need to define a pre-processing step to strip away the local part (before @) before file lookup.