一. 设计目的
适应多用户、大容量的邮件系统
,易扩展
,提供mail服务冗余特性
。 二. 配置环境
我的测试环境采用了三台PC Server,均采用RedHat 6.2,openldap2.0.7和qmail-1.03 以及qmail-ldap,分别运行smtp/pop3服务,具体配置如下
。
192.168.0.19 omni1.i100.com.cn 主smtp/pop3 server,d MX记录,邮件存储主机,qmqp server
192.168.0.5 cocoon.i100.com.cn LDAP server,邮件存储主机
192.168.0.2 gw2.i100.com.cn 邮件存储主机,qmqp server,同时是次smtp/pop3 server
在192.168.0.19的/data/vuser/目录下,存储johy的邮件。
在192.168.0.5的/data/vuser/目录下,存储jacky的邮件。
在192.168.0.2的/var/qmail/vuser/目录下,存储dey的邮件。
以上配置在实践中,可以配置成邮件存储和ldap以及smtp server分别位于不同机器。
三. 软件
openldap-2.0.7.tgz
qmail-1.03.tar.gz
qmail-ldap-1.03-20010301.patch
uci-tcp-0.84.tar.gz
编译qmail的时候,记得把对cluster的支持编译进去。Edit the Makefile to reflect your setup. You can change the following values: QLDAP-CLUSTER
Compiles the clustering code in. Note: this doe't mean clustering is on, it just mea you _can_ turn on clustering. 缺省qmail是支持cluster结构的。