RPM包安装postfix和extmail(国外英文资料).doc
文本预览下载声明
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
显示全部