小编Ash*_*wal的帖子

Sendmail 未侦听任何端口

我在 CentOS 6 上使用 VPS 主机。

我已经安装了Sendmail,但它没有监听任何端口。我检查过,IPTables 被禁用(或者我猜是停止了; service iptables status命令返回iptables: Firewall is not running.

这是netstat -plnt输出

Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address      Foreign Address    State       PID/Program name
tcp        0      0 0.0.0.0:22         0.0.0.0:*          LISTEN      1538/sshd
tcp        0      0 127.0.0.1:25       0.0.0.0:*          LISTEN      1186/master
tcp        0      0 0.0.0.0:3306       0.0.0.0:*          LISTEN      11274/mysqld
tcp        0      0 :::22              :::*               LISTEN      1538/sshd
tcp        0      0 ::1:25             :::*               LISTEN      1186/master
tcp        0      0 :::80              :::*               LISTEN      14173/httpd …
Run Code Online (Sandbox Code Playgroud)

email-server sendmail centos port centos6

4
推荐指数
1
解决办法
1122
查看次数

标签 统计

centos ×1

centos6 ×1

email-server ×1

port ×1

sendmail ×1