-
I'm currently playing with maddy to configure it in the way it will receive I see that in my current working setup, my domain provided is doing it by applying SRS to the addresses and ARC headers. Is it possible to achieve in maddy? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
I handle this by resubmitting to the outbound queue after re-DKIM-signing:
|
Beta Was this translation helpful? Give feedback.
-
You're right,
However, depending on the recipient server settings this is likely to result in no delivery due to invalid signing. I do not know how to implement SRS with maddy, but I will follow this thread with interest in case you find out! |
Beta Was this translation helpful? Give feedback.
-
Apparently replacing sender with
|
Beta Was this translation helpful? Give feedback.
Apparently replacing sender with
[email protected]
works well. I'm not exactly sure if there are some downsides of this, bit at least Gmail seems to deal with such messages correctly.