- 1、本文档共29页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
RPM包安装postfix和extmail(国外英文资料)
RPM包安装postfix和extmail(国外英文资料)
Operating system (OS) RHEL5U3 RHEL 5 update 3
The mail transfer agent (MTA) Postfix 2.5.3 USES the latest version 2.5.3
Database/directory service MySQL 5.0 can choose openLDAP or NetScape LDAP, which is based on MySQL
Mail delivery agent (MDA) maildrop 2.0. X supports filtering and powerful functions
Web account management backstage ExtMan 0.2.5 supports unlimited domain names and unlimited users
POP3 server Courier - IMAP is sufficient for most businesses
The WebMail system ExtMail 1.1 supports multiple languages, all templating, and functionality is basically complete
The SASL implementation library for the SMTP certification library Cyrus SASL standard supports Courier authlib
Other data certification library Courier Authlib 0.60 Authlib is the key component of the maildrop, Courier - imap and other services
Log analysis and show that mailgraph_ext is already included in ExtMan
The Web server Apache 2.x comes with it
1. Install the postfix
Service sendmail stop
Yum install httpd-devel bind bind - chroot caching - nameserver
Uninstall postfix that does not support mysql authentication
The RPM -e postfix
Install the postfix
Yum install postfix -2.6.2-5hzq.i386. RPM
See if you support mysql authentication
Postconf -m
Modify the postfix configuration file
Vim/etc/postfix/main. Cf
Myhostname =
The mydomain =
Inet_interfaces = all
Mynetworks = /24, /8
Start the postfix
Service postfix restart
2. Install the Courier - authlib
Use the authlib login authentication, so that you dont have to use the back-end user data to be stored in any way. For example, MySQL/LDAP
Yum install Courier - authlib
Yum install Courier - authlib - mysql
CD/etc/authlib
Vim authdaemonrc
Authmodulelist = authmysql
Authmodulelistorig = authmysql
Vim/etc/authlib/authmysqlrc
MYSQL_SERVER localhost
MYSQL_USERNAME extmail
MYSQL_PASSWORD extmail
MYSQL_SOCKET/var/lib/mysql/mysql. Sock
MYSQL_PORT 3306
MYSQL_DATABASE extmail
MYSQL_USER_TABLE mailbox
MYSQL_CRYPT_PWFIELD pass
文档评论(0)