刚配置[DenyHosts][1]邮件通知的时候感觉很怪异,查看端口的时候是介个样子滴
- tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 17225/master
那个master是什么东西?于是这样
- [root@localhost ~]# locate master | grep '/master$'
- /usr/libexec/postfix/master
再这样
- [root@localhost ~]# rpm -qf /usr/libexec/postfix/master
- postfix-2.6.6-6.el6_5.x86_64
到这其实就知道了
如果想关闭它,就这样
- [root@localhost ~]# rpm -qc postfix | grep init
- /etc/rc.d/init.d/postfix
- [root@localhost ~]# /etc/init.d/postfix stop
[1]: https://liuhonghe.me/denyhosts.html