How to set up a mail server under the FreeBSD platform

Source: Internet
Author: User
Keywords installation mail server where the next frame
Tags aliyun applications environment freebsd high high performance high-performance how to

FreeBSD is a high-performance, highly reliable UNIX operating system that inherits the purity and high performance of the BSD system, and its software packaging and publishing is more rigorous and secure than Linux systems, It is precisely because of these characteristics that the FreeBSD operating system in the server environment has a relatively wide range of applications. Below, I will tell you how to set up under the FreeBSD platform a http://www.aliyun.com/zixun/aggregation/12489.html "> mail server, I hope to be able to help."

Installation Webmin

Download webmin-1.070.tar.gz

#tar ZXVF webmin-1.070.tar.gz

#cd webmin-1.070

#./setup.sh

After installation, the MySQL database can be managed, such as adding users, adding data to the table.

Ii. Database Setup

1. Install MySQL Database

This system uses FreeBSD 4.7 ports installed MySQL database (when using the original code installation in the installation of Postfix error, so use ports installation to solve the problem).

#cd/usr/ports/databases/mysql323-server/

#make Install

#cd work/mysql-3.23.52/

#scripts/mysql_install_db

#cp support-files/my-medium.cnf/etc/my.cnf

#echo "/usr/local/bin/safe_mysqld--user=mysql &" >>/etc/rc.local

#/usr/local/bin/safe_mysqld--user=mysql & start MySQL service

Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.