Live Chat
773 598 5800
Search Results
  • Search Results

Table of Contents

2. Getting Started with AXIGEN

2.1. Software and Hardware requirements

2.2. Installing/Uninstalling AXIGEN on Linux, BSD, Solaris

2.3. Installing/Uninstalling AXIGEN on Microsoft Windows

2.4. Starting / Stopping / Restarting the Server

2.5. Initial Server Configuration

2.5.1. Automated Configuration with the AXIGEN Configuration Wizard for Linux, BSD and Solaris

2.5.2. Automated Configuration with the AXIGEN Configuration Wizard for Microsoft Windows

2.5.3. Manually Setting the Admin Password

2.5.4. Manually Configuring WebAdmin Services

2.5.5. Creating a New Domain

2.5.6. Adding an Account to an Existing Domain

2.4. Starting / Stopping / Restarting the Server

This section lists common commands meant to start / stop / restart the server the the axigenfilters script for various Linux distributions and FreeBSD.

The 'axigenfilters' script manages (starts, stops and restarts) the Bundled SpamAssassin, the AXiMilter, the AXIGEN Signing Module and the AXIGEN Verifying Module. For the 'axigenfilters' script commands, replace axigen with axigenfilters in all the commands below.
  1. Linux
  • For RedHat, Debian, Gentoo and SUSE distributions
You can start the server with the following command: /etc/init.d/axigen start

To stop the server, issue: /etc/init.d/axigen stop

In order to restart the AXIGEN daemon (in order to reload the new configuration settings, for instance), you can use the 'restart' parameter: /etc/init.d/axigen restart

To view the status of the AXIGEN demon, you can pass the 'status' parameter: /etc/init.d/axigen status
  • In Slackware, use the same commands applied to the /etc/rc.d/rc.axigen initscript, instead of /etc/init.d/axigen. For instance, to start the server, issue: /etc/rc.d/rc.axigen start
  1. FreeBSD
In FreeBSD, the AXIGEN server can be started via its initscript, by issuing: /usr/local/etc/rc.d/axigen.sh start
  1. Solaris
In Solaris/SunOS, the AXIGEN server can be started via its initscript, by issuing: /etc/init.d/axigen start

To stop the server, you can issue: /etc/init.d/axigen stop

In order to restart the AXIGEN daemon, you can use: /etc/init.d/axigen restart

To reload the AXIGEN daemon (i.e. for new configuration settings to take effect), you can pass the 'reload' parameter to the initscript: /etc/init.d/axigen reload

To view the AXIGEN daemon status, you can pass the 'status' parameter: /etc/init.d/axigen status

   
4. MS Windows XP Professional and Windows Server 2003

In Windows, AXIGEN can be started / stopped via the Services console from Administrative Tools. You can open the Services Console:

  • From the Control Panel as expanded menu:
Start menu -> Settings -> Control Panel -> Administrative Tools -> Services
  • From Control Panel as window switched to "Category view" (default in Windows XP):
Start menu -> Settings -> Control Panel; Performance and Maintenance -> Administrative Tools -> Services
  • From Control Panel as window switched to "Classic view":
Start menu-> Settings -> Control Panel; Administrative Tools -> Services
  • To Start the Services console directly from command line:
Start menu-> Run option; "%SystemRoot%\system32\services.msc"