- 145
- 0
- 约1.2万字
- 约 16页
- 2017-09-04 发布于江苏
- 举报
构建postfix邮件服务器(一)
编译安装Postfix
Service sendmail stop
Chkconfig --level 12345 sendm ail off
[root@mail ~]# groupadd -g 1200 postdrop
[root@mail ~]# groupadd -g 1000 postfix
[root@mail ~]# useradd -M -s /sbin/nologin -u 1000 -g postfix -G postdrop postfix
[root@mail ~]# tar zxf postfix-2.4.6.tar.gz
[root@mail ~]# gunzip postfix-2.4.6-vda-ng.patch.gz
[root@mail ~]# cd postfix-2.4.6
[root@mail postfix-2.4.6]# patch -p1 ../postfix-2.4.6-vda-ng.patch
patching file README_FILES/VDA_README
patching file src/global/mail_params.h
patching file src/util/file_limit.c
patching file src/virtual/mailbox.
原创力文档

文档评论(0)