-
|
I am trying to set up a file called blocked_domains.txt. It contains as an example: How can I make Maddy use this? source_in file /from_domains.txt { Any ideas on this? There was a discussion for single ones and using regexp in here but I wanted to try to do it from a file. |
Beta Was this translation helpful? Give feedback.
Answered by
TULOA
Feb 24, 2026
Replies: 1 comment
-
|
I had to do the following: That was near the top somewhere. Then added this to the SMTP source: Then it will block domains entered in the text file. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
TULOA
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had to do the following:
That was near the top somewhere.
Then added this to the SMTP source:
Then it will block domains entered in the text file.