Comment 11 for bug 81242

Revision history for this message
Wilco Baan Hofman (wilco) wrote :

> Marking as 'incomplete' and unmilestoning. We still need the stderr output of a
> process that's failing in this way to diagnose whether it's a postfix or gnutls bug.

IMHO it is a bug in both.
- GnuTLS is a library and therefore should not do fprintf(stderr,..) + exit, because printing to stderr isn't useful for a postfix child
- Postfix does not provide /dev/u?random in the chroot, triggering the issue.