postfix builds without problems, but when used with a milter or its postscreen utility, it fails at runtime with the following error:
warning: unix_send_fd: your system has no support for file descriptor passing
warning: pass_accept_attr: cannot receive file descriptor: No error information
error: accept connection: No error information
sys_defs.h checks for file descriptor support like this, assuming that __GLIBC__ is defined:
postfix builds without problems, but when used with a milter or its postscreen utility, it fails at runtime with the following error:
sys_defs.h
checks for file descriptor support like this, assuming that__GLIBC__
is defined:To make this work with musl, the following patch is needed:
See also this bug for Alpine Linux.