Building

Get Source Code

Download the source.

Building on UNIX

  1. Extract the files using: tar xfz <sapes-package>
  2. cd sapes
  3. Run make
  4. An executable named mailserv is created.

Building on Windows

  1. You need a version of Microsoft's Platform SDK that has some DNS functions that sapes uses.
  2. Open mailserv.dsw in Microsoft Visual Studio 6.0.
  3. Run Build
  4. 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.