Replies: 1 comment 1 reply
-
I see. It's:
Am I wrong that https://github.com/foxcpp/maddy/blob/master/docs/reference/modifiers/dkim.md isn't referenced on the website, though? I had to discover it by searching through the code on github. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've tried several variations on
modify.dkim {...}
andmodify { dkim ... }
as per the docs at https://github.com/foxcpp/maddy/blob/master/docs/reference/modifiers/dkim.md and I keep getting:unknown module or global directive: modify
or
Unused configuration block at /etc/maddy/maddy.conf:186 - modify.dkim (modify.dkim)
What am I doing wrong here? (I just want to set
newkey_algo ed25519
. the default key is too big for Route53's TXT records ;_;)Beta Was this translation helpful? Give feedback.
All reactions