-
|
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? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
|
Beta Was this translation helpful? Give feedback.
source_inchecks the entire address, you need to define a pre-processing step to strip away the local part (before @) before file lookup.