Created attachment 242537 [details] Patch to fix error Run original 150.exim-tidydb: /usr/local/etc/periodic/daily/150.exim-tidydb.orig Tidying Exim hints databases: Run fixed 150.exim-tidydb: /usr/local/etc/periodic/daily/150.exim-tidydb Tidying Exim hints databases: Tidying Exim hints database /var/spool/exim/db/callout Tidying complete Tidying Exim hints database /var/spool/exim/db/ratelimit Tidying complete Tidying Exim hints database /var/spool/exim/db/retry Tidying complete Tidying Exim hints database /var/spool/exim/db/wait-remote_smtp Tidying complete Patch to fix error attached.
This problem was caused by the change from DBM to NDBM in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265098 We missed this change then. I've tested Alexander's patch and it works here.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d6100d49222ced15d58be97cc6c64d938b1ca48c commit d6100d49222ced15d58be97cc6c64d938b1ca48c Author: Alexander Sheiko <adsh@univ.kiev.ua> AuthorDate: 2023-11-08 17:01:27 +0000 Commit: Kurt Jaeger <pi@FreeBSD.org> CommitDate: 2023-11-08 17:03:20 +0000 mail/exim: fix 150.exim-tidydb script for new .db files PR: 271767 Author: Alexander Sheiko <adsh@univ.kiev.ua> Tested-by: David Siebörger <drs-freebsd@sieborger.nom.za> Approved-by: fluffy (implicit) mail/exim/files/150.exim-tidydb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Committed, thanks!