Linux ExtMail1.2 installation note-Linux Enterprise Application-Linux server application information. For details, see the following section. This article records the installation process of ExtMail on RedHat Linux AS 4 and Huawei Linux.
1. Obtain the Emos Disc
You can log on to the ExtMail forum to find the Emos CD image iso to download, or you can get paid services and media from the service provider. This article takes Emos 1.2 as an example.
2. log on to Linux and load the CD or CD image
Alternatively, you can upload the released files to a directory in Linux. For example, the directory name is/media/cdrom.
4. Run the installation command in/tmp/emos. Find conflicting packages
Cd/tmp/emos/
Rpm-ivh *
Find the c-conflicted package and use the rpm-e -- nodeps command to delete it. When the message "MIME: Base64: Q ** is displayed, the package will be loaded directly.
Actual installation:
Cd/tmp/emos/
Rpm-ivh * -- nodeps
Create an sh file with the following content and execute it
Install. sh
#! /Bin/sh
/Var/tmp/postinstall/install
/Etc/init. d/network restart
5. Enter the domain name and host name as prompted.
The default domain name is like your mail server dns mx record, and the host name is like your mail server dns a record. Please check your real DNS settings, the MX record can be tested and used only after it takes effect.
6. Modify the service running level
Chkconfig postfix on
Chkconfig httpd on
Chkconfig mysqld on
7. Restart the service or server
8. Open the browser and enter
Http: // host/To Go To The ExtMail page.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.