Replies: 1 comment 1 reply
-
This might be related to this rusttls bug which unfortunately can't be fixed from Stalwart. Can you try using a different certificate in your server? For example, one issued by Let's Encrypt. |
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
-
What happened?
I am trying to publish a PGP key on "keys.openpgp.org" key server and I am not able to receive the validation e-mail to my Stalwart mail server.
I inspected the logs on my server with "trace" enabled and found 2 possible issues with receiving mail:
This shouldn't cause any issue with receiving mail here since it's using the default of
relaxed
.But then a second log statement caught my eye:
It's not exactly clear what's going on here, but seems to be relevant. Certificates are issued by Lets Encrypt CAs via ACME + Cloudflare automated workflow.
Deployment Topology:
How can we reproduce the problem?
I can reproduce the problem by doing the following steps:
Expected: verification email from
[email protected]
Actual: no e-mail received
Version
v0.11.x
What database are you using?
RocksDB
What blob storage are you using?
RocksDB
Where is your directory located?
Internal
What operating system are you using?
Docker
Relevant log output
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions