Replies: 1 comment 2 replies
-
In the 2nd container what is You should share your actual configuration. You should also compare configurations properly, an old DMS with OpenDKIM of unknown release to the latest v14.0 DMS release with Rspamd instead and multiple mail domains. That's quite a few differences. Chances are you may have something misconfigured. I've not found any such delay with v14.0 with local testing. Could be that your DNS is associated to the issue? try running the container with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running two different Docker Mailserver instances.
1: Old version of DMS, Using OpenDKIM, sending from a single self-owned domain, with an average latency of around 300ms.
2: Latest version of DMS, Using Rspamd, sending on behalf of multiple customer domains, with an average latency of 8 seconds.
I need help figuring out why the second instance is taking 8 seconds to send emails.
I used tcptrack and found that instance #2 receives the SMTP request but then hangs for 7 seconds without logging anything in the Docker Mailserver logs. After the 7-second delay, it sends the email quickly, with the same logs as instance #1.
I suspect it might be related to the Mail User Agent holding the request for 7 seconds, but I have no clue how to diagnose the cause.
Both instances pass SPF and DKIM checks without any issues.
Beta Was this translation helpful? Give feedback.
All reactions