OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Subject: Re: Postfix on NT
From: Wietse Venema (wietseporcupine.org)
Date: Thu Nov 02 2000 - 17:40:24 CST


Jay Song:
> Has anyone compiled postfix successfully on an NT platform?
>
> If you have, any help would be grateful. I am using VC++ 6.0.

Postfix needs, among others:

    POSIX, including fork(), pipe(), set*id()
    ANSI C
    Berkeley sockets for TCP
    Berkeley sockets for local-only IPC
    named pipes
    select() that works on pipes, TCP sockets, local IPC sockets
    ftruncate(), fsync()
    inode numbers that do not change when a file is renamed

Future versions also need

    ability to send a TCP endpoint to another process

I would suggest to install FreeBSD or Linux instead. It will be
less trouble that way.

        Wietse