-
I wonder if it is possible to setup maddy in the way it will deliver mails to multiple targets. For example, i would like to |
Beta Was this translation helpful? Give feedback.
Answered by
majkrzak
Jul 29, 2025
Replies: 1 comment
-
This can be easily handled, as |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
majkrzak
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This can be easily handled, as
replace_rcpt
allows table to return coma separated list of addresses.This then can be then rerouted and handled as usual, except,
dkim
sending have to be either handled in separatedmsgpipeline
or in rerouteblock
, otherwise it will cause an error.