

- #CONFIGURE HMAILSERVER HOW TO#
- #CONFIGURE HMAILSERVER 32 BIT#
- #CONFIGURE HMAILSERVER CODE#
- #CONFIGURE HMAILSERVER DOWNLOAD#
hMailServer tests are implemented using NUnit. When adding new features or fixing bugs, corresponding tests should be added.
#CONFIGURE HMAILSERVER CODE#
HMailServer source code contains a number of automated tests which excercises the basic functionality. You find this setting in the Project properties, under Configuration Properties -> Debugging. If you want to run hMailServer in debug mode in Visual Studio, add the command argument /debug. This will build the hMailServer installation program. Compile hmailserver\installation\hMailServer.iss (using InnoSetup).This will build hMailServer related tools, such as hMailServer Administrator and hMailServer DB Setup. Compile the solution hmailserver\source\Tools\hMailServer Tools.sln.This will build the hMailServer server-part (hMailServer.exe) Compile the solution hmailserver\source\Server\hMailServer\hMailServer.sln.
#CONFIGURE HMAILSERVER DOWNLOAD#

When compiling hMailServer, the compilation will stop any already running version of hMailServer, and will register the compiled version as the hMailServer version on the machine (configuring the Windows service). You should not be compiling hMailServer on a computer which already runs a production version of hMailServer.
#CONFIGURE HMAILSERVER 32 BIT#
Perl ActiveState ActivePerl Community Edition 32 bit works fine.An installed version of hMailServer 5.7 (configured with a database).These branches are typically only used for bugfixes or minor features. For example, branch 5.6.1 contains hMailServer version 5.6.1. The x.y.z (for example 5.6.2) contains the code for the version with the same name as the branch.

If you want to add new features to hMailServer, use this branch. This version is typically not yet released for production usage. The master branch contains the latest development version of hMailServer.
#CONFIGURE HMAILSERVER HOW TO#
This page describes how to compile and run hMailServer in debug.įor other information about hMailServer, please go to Building hMailServer Branches HMailServer is an open source email server for Microsoft Windows.
