Upstream-bug report: https://bugs.exim.org/show_bug.cgi?id=3046 One user who is encountering the bug is using FreeBSD 12.4, and I am using 13.2 and run into this one.
The problem is now fixed upstream with commit ced0bbf43860 https://github.com/Exim/exim/commit/ced0bbf43860a2e4ddc88e3ba20ae731324586c5 For some details see original upstream bug report
Created attachment 247150 [details] Patch to fix queue runners that are not starting This patch is only for the release of 4.97 like the port is using now. In the next minor version of exim I expect that the changes are included since they are already in exims main-branch.
(In reply to Niels Kobschätzki from comment #2) I am using this patch already myself and successfully build exim on poudriere with it.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b6f31ce42c6e27b91a666f0a7a550e945124f3b5 commit b6f31ce42c6e27b91a666f0a7a550e945124f3b5 Author: Niels Kobschätzki <niels@kobschaetzki.net> AuthorDate: 2024-01-02 11:49:10 +0000 Commit: Kurt Jaeger <pi@FreeBSD.org> CommitDate: 2024-01-02 11:49:10 +0000 mail/exim: fix queue runners that are not starting upstream: - https://bugs.exim.org/show_bug.cgi?id=3046 - https://github.com/Exim/exim/commit/ced0bbf43860a2e4ddc88e3ba20ae731324586c5 PR: 275635 Author: Niels Kobschätzki <niels@kobschaetzki.net> Approved-by: fluffy (implicit) mail/exim/Makefile | 2 +- mail/exim/files/patch-periodic-queue-runs (new) | 212 ++++++++++++++++++++++++ 2 files changed, 213 insertions(+), 1 deletion(-)
Testbuilds are fine, simple run-test is fine as well.