首页
学习
活动
专区
圈层
工具
发布
社区首页 >专栏 >RHEL7.2配置postfix空客户端

RHEL7.2配置postfix空客户端

作者头像
孙杰
发布2019-10-29 12:55:53
发布2019-10-29 12:55:53
5360
举报
文章被收录于专栏:云技术+云运维云技术+云运维

1、 安装 Postfix:

代码语言:javascript
复制
# yum update && yum install postfix

2、 启动服务并启用开机自动启动:

代码语言:javascript
复制
# systemctl start postfix
# systemctl enable postfix

[root@testserver ~]# postconf -e inet_interfaces=loopback-only [root@testserver ~]# postconf -e mynetworks="127.0.0.0/8" [root@testserver ~]# postconf -e myorigin=ldap.example.com [root@testserver ~]# postconf -e "mydestination=" [root@testserver ~]# postconf -e "local_transport=error: local delivery disabled" [root@testserver ~]# systemctl restart postfix.service [root@testserver ~]# firewall-cmd --permanent --add-service=smtp [root@testserver ~]# firewall-cmd --reload

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2017/02/14 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档