Prerequisites

Before you begin, ensure that the .NET 8.0 Runtime is installed.

Installation Steps

1. Download

Download sonusmail-win.zip to your computer.

2. Extract

Unzip the contents to a directory, for example C:\sonusmail\.

3. Register as a Windows Service

Open Command Prompt as administrator and register the service with:

sc create sonusmail binPath="C:\sonusmail\sonusmail.exe" start=auto

4. Start the Service

Start sonusmail by running:

sc start sonusmail

Stopping and Uninstalling sonusmail

To stop the service:

sc stop sonusmail

To uninstall:

1. Stop the service if it is running:

sc stop sonusmail

2. Delete the Windows service:

sc delete sonusmail

3. Optionally, remove the directory where you extracted the server files.