Robert Siemer: > Opendkim does not run. > > # opendkim -f > [1642532480] libunbound[837:0] error: nettle random(yarrow) cannot > initialize, getentropy failed: Function not implemented > opendkim: can't configure DKIM library: failed to initialize resolver > > I even recompiled from source deb, both opendkim and libunbound. > An ltrace showed that dkim_dns_init() fails with -1, and that > one calls ub_ctx_create() which returns 0 but provokes the > first line to be printed. The second line is the reason printed > when dkim_dns_init() fails.
opendkim uses libunbound by default. The error is from libunbound, perhaps try building opendkim without libunbound and see what happens? https://salsa.debian.org/debian/opendkim/-/blob/debian/2.11.0_beta2-6/debian/rules#L10-14