(1)CentOS 7版本默认安装Postfix,检测是否安装Postfix:
#rpm -q postfix
如果没有安装,输入如下命令:
- List item
yum -y install postfix
(2)检查Postfix是否支持cyrus dovecot功能:
#postconf -a
cyrus
Dovecot
(3)编辑Postfix的配置文件,查找并修改对应配置项:
#vi /etc/postfix/main.cf
myhostname = mail.testmail.com //本机主机名
mydomain = testmail.com //服务器域名
myorigin = $mydomain //初始域名
mail_owner = postfix
inet_interfaces = all //监听接口
inet_protocols = all //监听网络版本
mydestination = m y h o