CentOS7默认监听了25端口,最小化安装也会默认安装postfix.service服务(sendmail),所以需要将25端口关掉
systemctl stop postfix.service systemctl disable postfix.service
如果需要关闭323端口
systemctl stop chronyd.service systemctl disable chronyd.service
如果需要关闭123端口
systemctl stop ntpd systemctl disable ntpd
最终效果
更新日期: 2019年07月21日
文章标签: Linux
文章链接: https://www.vos.cn/os/338.html
版权说明:如非注明,本站文章均为vOS原创,转载请注明出处和附带本文链接。
文章标签: Linux
文章链接: https://www.vos.cn/os/338.html
版权说明:如非注明,本站文章均为vOS原创,转载请注明出处和附带本文链接。