Replies: 2 comments 5 replies
-
Hi, Are you using the keys that were generated automatically by the install program or your own DKIM keys? In any case, please open the
Then check the contents of the private key file configured in You can also try generating a new DKIM key as follows:
And to obtain the public key for the DKIM DNS entry use:
|
Beta Was this translation helpful? Give feedback.
-
https://docs.rs/rustls-pemfile/1.0.2/rustls_pemfile/enum.Item.html#variant.PKCS8Key You probably need to add a format in config toml and parsing the pem file in PKCS8 key. |
Beta Was this translation helpful? Give feedback.
-
hey, I get this issue after initial config, when trying to start Stalwart
Mar 05 02:21:58 vps01 stalwart-smtp[2681]: Configuration error: Failed to build RSA key for signature.rsa.private-key: Cryptography layer error: No RSA key found in PEM
Mar 05 02:21:58 vps01 systemd[1]: stalwart-smtp.service: Main process exited, code=exited, status=1/FAILURE
any idea where I should start looking?
Beta Was this translation helpful? Give feedback.
All reactions