🪲: Default DKIM signing logic does not work #2348
Unanswered
provokateurin
asked this question in
Q&A
Replies: 1 comment
-
|
v0.11.x? 🧟 Well, I'm still using 0.10 and |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
What happened?
stalwart/crates/common/src/config/smtp/auth.rs
Lines 108 to 115 in 7dc6208
Should automatically DKIM sign outgoing messages, however it does not seem to work. Only when setting the config manually to
it starts to work.
I suspect the
is_local_domainis not correctly implemented. I'm using the memory directory for the account that sends the message.How can we reproduce the problem?
Use default configs with the memory directory, send a message, check for DKIM signing status.
Version
v0.11.x or lower
What database are you using?
RocksDB
What blob storage are you using?
RocksDB
Where is your directory located?
None
What operating system are you using?
Linux
Relevant log output
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions