Building
Get Source Code
Download
the source.
Building on UNIX
- Extract the files using:
tar xfz <sapes-package>
cd sapes
- Run
make
- An executable named mailserv is created.
Building on Windows
- You need a version of Microsoft's Platform SDK that has some
DNS functions that sapes uses.
- Open mailserv.dsw in Microsoft Visual Studio 6.0.
- Run Build
-
If you did a debug build, then mailserv.exe is in the Debug sub-directory.
If you did a release build, then mailserv.exe is in the Release sub-directory.