-
Where do I put the configuration for DNSBL lookup?
at the end of maddy.conf, I get this error on maddy restarting: What am I missing? I'm using the pre-built tarball of version 0.7.0. Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
foxcpp
Jul 17, 2023
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sol2070
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
check { }
should be placed intosmtp
,submission
ormsgpipeline
in order to specify when in particular it should be applied. You probably want to add it insidesmtp tcp://0.0.0.0:25
to apply it for inbound messages.