anyiwi 发表于 2016-7-23 22:49:52

7100端口

我最近在学习PMTA,安装好后却用 IP:7100却无法打开,这是为何:

# /etc/init.d/pmta start
Starting PowerMTA:                                       

上面的代码表示是成功安装了,但用netstat -lnpt查 7100却没有打开,为何却能成功安装成功呢?


# netstat -lnpt
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      1300/sshd
tcp      0      0 0.0.0.0:25                  0.0.0.0:*                   LISTEN      1955/pmtad
tcp      0      0 0.0.0.0:8080                0.0.0.0:*                   LISTEN      1955/pmtad
tcp      0      0 :::22                     :::*                        LISTEN      1300/sshd
tcp      0      0 :::80                     :::*                        LISTEN      1609/httpd


各位能帮忙看一下是什么问题吗?
谢谢

anyiwi 发表于 2016-7-24 15:55:00

比较笨,用下面的就解决了:
在浏览器中输入服务器IP:7100可以查看一个发送情况等的web界面
另外2525是STMP的端口,这个以及7100端口均可在 vi /etc/pmta/config配置文件中修改如下内容来实现:
http-mgmt-port 7100
smtp-port 2525

# IP addresses allowed to access the HTTP management interface, one
# per line
http-access 68.32.1.254 monitor
#http-access 10.1.0.10 none
http-access 68.32.1.254 admin
页: [1]
查看完整版本: 7100端口