Pages

Tuesday, March 22, 2011

Axigen mail server instalation on CentOS 5.3

install Cent OS 5.3 complete with out GUI


first you need to stop the ip tables and sendmail services before install the axigen mail server simply use this commands for stop services permanently

/etc/init.d/iptables stop
/etc/init.d/sendmail stop

chkconfig iptables off
chkconfig sendmail off


Installing and Configuring AXIGEN


In five easy steps, you will have your server installed, your primary domain running and access to the Web configuration interface (WebAdmin).

1. Download corresponding package


http://www.axigen.com/mail-server/download/ use this link for download repository



Please select AXIGEN Mail Server 7.6.1 for RPM based distros 32 bit 107MB

and copy it to trough win scp program to your Centos 5.3 or what ever your linux 32 bit OS /usr/src folder

Install command

and go there from putty program

cd /usr/src

then type under the command install axigen

sh axigen-7.3.0.i386.rpm.run

RPM Package for i386 Installer for AXIGEN Mail Server 7.6.1-1
======================================

Detecting OS flavor... CentOS 5

Installer started

Axigen embedded archive extracted successfully
Please select one of the options displayed below:
==== Main options
1. Install axigen-7.6.1-1
9. Exit installer
0. Exit installer without deleting temporary directory
===== Documentation for axigen-7.6.1-1
4. Show the RELEASE NOTES
5. Show the README file
6. Show other licenses included in the package
7. Show manual install instructions
8. Show manual uninstall instructions
Your choice: 1

1. Install axigen-7.6.1-1 Enter

then copy under link and past and enter

/opt/axigen/bin/axigen-cfg-wizard


2. Initial configuration

The first configuration steps take place using the configuration wizard. You will set the administrator's password, select which services are started and what interfaces will be used. In this stage of the setup you also create the primary domain that your server will use.


The wizard can be run by issuing the following command in the console right after the installation of the package has finished:
/opt/axigen/bin/axigen-cfg-wizard
NOTE: You have to make sure you do not start the mail server before the initial configuration.

3. Start AXIGEN

You can then start AXIGEN, using its initscript, by issuing this command:
/etc/init.d/axigen start

No comments:

Post a Comment