PostfixCompleteVirtualMailSystemHowto - Community Ubuntu Documen. There are many howtos in the Internet about setting up mail servers and various people has various choice of MTAs. Some like, Qmail, while some like Postfix or Exim. I have been using Qmail for a long time and it is an excellent MTA. The way the Qmail is licensed and distributed that there are no binary packages so that users can easily setup with their favorite distribution, and installing basic Qmail setup even is not that difficult but users need applied various patches and tweaks etc to get a complete setup done. With all these issues Qmail is the preferred choice of many geeks, since it won't give you head ache once up and running. The drawback is that this system is difficult to upgrade since users need to compile the source code and install.
The decision behind this guide is to use Postfix, an equally secure and fast MTA like Qmail, it is easy to configure and setup a Basic System in any Linux distribution. It is important to know how our system works before going to install. Ubuntu postfix+SASL+smtp+pop3配置_五音. Ubuntu下安装配置Postfix邮件系统_二号农场. Ubuntu 7.10 Server 安装基于postfix的邮件系统_风去过远方. Posted by: pysche in: 服务器 首先安装好 apache2 ,php,phpmyadmin等基本服务。 1.sudo apt-get install apache2 libapache2-mod-php5 php5 php5-gd mysql-server php5-mysql phpmyadmin 哈哈,一气呵成。 以我安装mail.ipbfans.org的邮件服务为例,先安装软件: sudo apt-get install postfix postfix-mysql courier-authdaemon courier-authlib-mysql courier-imap courier-imap-ssl courier-pop courier-pop-ssl sasl2-bin libsasl2-2 libsasl2-modules libsasl2-modules-sql 安装过程中需要回答以下问题: Create directories for web-based administration ? 其中ubuntu会根据你输入的这个主机名来生成ssl证书。 Telnet localhost 25 如果可以看到下面的信息,就表示postfix已经在运行之中了: 220 xxxx ESMTP Postfix (Ubuntu) 其中xxxx是你设置的主机名。 先创建创建邮件保存的目录,并建立vmail用户和组,并设置相应权限: sudo mkdir /server/vmail sudo groupadd -g 5000 vmail sudo useradd -g vmail -u 5000 vmail -d /server/vmail -s /bin/false -m sudo chown -R vmail.vmail /server/vmail 由于要使用到extmail/extman中的几个配置文件,我这里先将extmail/extman解压缩开来。
下面建立邮件服务web端的虚拟主机 sudo mkdir /server/www/mail.ipbfans.org sudo mkdir /server/logs/www/mail.ipbfans.org 将下载的文件拷贝到/server/www/mail.ipbfans.org下执行如下命令解包: 可以增加如下参数: Postfix反垃圾邮件技术_学习笔记.