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