Wietse Venema wrote:
Postfix will recognize NetBSD 5 after it has been verified to fully
support the existing Postfix features.
One known bug is that file descriptor passing requires different
code on NetBSD than on the other 64-bit systems. This breaks Milters,
the SMTP connection cache
J.D. Bronson:
> I noticed that postfix doesn't recognize NetBSD 5:
>
> This is as far as makedefs goes..
> makedefs: NetBSD.4*) SYSTYPE=NETBSD4
>
> as a test, I did this:
> makedefs: NetBSD.5*) SYSTYPE=NETBSD4
>
> and it compiled just fine.
Postfix will
I noticed that postfix doesn't recognize NetBSD 5:
This is as far as makedefs goes..
makedefs: NetBSD.4*) SYSTYPE=NETBSD4
as a test, I did this:
makedefs: NetBSD.5*) SYSTYPE=NETBSD4
and it compiled just fine.
-JD