基于debian7的初级mail server搭建解决方案——vestacp(lanmp环境)

1.卸载apache

sudo apt-get –purge remove apache2

sudo apt-get –purge remove apache2.2-common

2.安装curl

apt-get update

apt-get install curl

3.安装vestacp

curl -O http://vestacp.com/pub/vst-install.sh

bash vst-install.sh –force

4.安装wordpress

cd  /home/username/web/domain.tld/public_html/

wget http://wordpress.org/latest.zip

unzip latest.zip

cd wordpress

mv * .[^.]* ..

cd ..

rmdir wordpress

rm index.html

rm latest.zip

 

使用opera mail管理邮件。收发邮件服务器域名均为yourdomain.tld

发表评论

邮箱地址不会被公开。 必填项已用*标注

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据