pi
pi
same problem on freebsd.
(ups: On freebsd 11.1, amd64)
See this [PR](https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252642) where a fix like this was committed. I think this can be closed.
Test on FreeBSD 14.1p3, php 8.3, nextcloud 29.0.4, nextcloud-mail 3.7.7: Same problem.
Tested with recommendations from https://github.com/nextcloud/mail/issues/9230#issuecomment-1885614975, now I can at least respond via the Mail app.
Had the same problem on FreeBSD 13.2p11, apache 2.4.59, mod_md 2.4.15. The staging/ cleanup works, but it's ugly. Where do I have to put md:debug in the apache config to...
stable FreeBSD tcp-ao link: https://www.freebsd.org/status/report-2013-01-2013-03.html#TCP-AO-Authentication-Option
Probably, yes. But those versions have other issues, so...
mailq does export a nice machine-readable format. The problem is that the regex is very strict and would work if changed from /\s[\w\d]{6}-[\w\d]{11}-[\w\d]{4}\s/ to /\s\S+\s/. So it's basically a matter...