|
|

楼主 |
发表于 2007-4-26 14:36:12
|
显示全部楼层
假定httpd,MySQL,php,Cyrus-sasl已经装好
courier-authlib-mysql-0.58-1
courier-authlib-devel-0.58-1
courier-authlib-0.58-1
下载地址
http://www.phantom.atknet.ru/archives/cat_1011941725.html
1, 删除sendmail增加postfix用户和用户组postfix,postdrop
[root@localhost tmp]# rpm –e sendmail –nodeps
[root@localhost tmp]# groupadd postfix
[root@localhost tmp]# groupadd postdrop
[root@localhost tmp]#useradd postfix -g postfix -c " ostfix user" -d /dev/null -s /sbin/nologin
安装下载的postfix rpm包 |
|