Installing unxsMail with yum for CentOS 5
This document will focus on a very quick yum unxsMail install.
Contents
- Install
- Operations that may be needed in some limited cases
- Access to the iDNS web interface
- Post Install
- MySQL Multi-master replication
- Things that can go wrong
Install
- We asume you have wget, rpm and yum installed on your server. If you don't please install them first.
- Prepare your yum configuration for using our repository
# wget http://unixservice.com/rpm/i386/unxsyum-1.0-1.i386.rpm # rpm -i unxsyum-1.0-1.i386.rpm
- Also, prepare your yum repo for rpmforge. It will be used for installing rrdtool.
# wget http://dag.wieers.com/rpm/packages/rpmforge-release/rpmforge-release-0.3.6-1.el5.rf.i386.rpm # rpm -i rpmforge-release-0.3.6-1.el5.rf.i386.rpm
- Install unxsMail, it will also install all the required dependencies if they are not present in your system. If you can't get the latest update run yum clean all. Then repeat this step again.
# yum install unxsmail
The latest yum/rpm packages should install and then start and configure everything for you. Including the boot system. If your server did not have MySQL installed, you are ready to connect to the unxsBind interfaces. If the installer provided info on possible manual operations, below more information and solutions are provided. If everything was done for you, then you can proceed directly to the Access... section further below.
