Discuz! Board

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 1383|回复: 0
打印 上一主题 下一主题

查看postfix安装及运行情况

[复制链接]

697

主题

1142

帖子

4086

积分

认证用户组

Rank: 5Rank: 5

积分
4086
跳转到指定楼层
楼主
发表于 2017-12-5 15:59:50 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
本帖最后由 java 于 2017-12-5 17:22 编辑

rpm包安装的
$ rpm -qa |grep postfix    或 rpm -qa postfix

postfix-2.10.1-6.el7.x86_64



源码包安装

查看服务或端口25及110端口是否有监听

netstat -antp   或  netstat -antp | grep "25"


systemctl list-unit-files |grep postfix

[root@linuxprobe ~]# systemctl restart postfix
[root@linuxprobe ~]# systemctl enable postfix
[root@linuxprobe ~]# systemctl status postfix



查看sasldb2、saslauthd是否安装
$ rpm -qa | grep sasl
cyrus-sasl-lib-2.1.26-21.el7.x86_64

$ yum list installed | grep sasl
cyrus-sasl-lib.x86_64                2.1.26-21.el7                  @base   




yum -y install cyrus-sasl-plain


$ yum list installed | grep sasl
cyrus-sasl-lib.x86_64                2.1.26-21.el7                  @base      
cyrus-sasl-plain.x86_64              2.1.26-21.el7                  @base  
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|firemail ( 粤ICP备15085507号-1 )

GMT+8, 2024-5-6 19:14 , Processed in 0.054424 second(s), 19 queries .

Powered by Discuz! X3

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表