无法使用 Cpanel 从本地服务器发送电子邮件

问题描述 投票:0回答:1

我无法为所有 Cpanel 帐户发送电子邮件。它尝试发送电子邮件失败,然后收到“允许每小时最大延迟和失败次数 (5/5 100%)”的消息。谁能帮我解决一下吗?

我的测试

[root@serv ~]# netstat -tuplen | grep 25
tcp        0      0 127.0.0.1:953           0.0.0.0:*               LISTEN      25         30232      2240/pdns_server
tcp        0      0 0.0.0.0:25              0.0.0.0:*               LISTEN      0          22232      870/exim
tcp        0      0 0.0.0.0:53              0.0.0.0:*               LISTEN      25         27984      2240/pdns_server
tcp6       0      0 :::111                  :::*                    LISTEN      0          17825      1/systemd
tcp6       0      0 :::25                   :::*                    LISTEN      0          22231      870/exim
tcp6       0      0 :::53                   :::*                    LISTEN      25         27985      2240/pdns_server
udp        0      0 0.0.0.0:53              0.0.0.0:*                           25         27982      2240/pdns_server
udp6       0      0 :::53                   :::*                                25         27983      2240/pdns_server

并检查出站端口25,但没有成功。

[root@serv ~]# curl portquiz.net:25
curl: (28) Failed to connect to portquiz.net port 25: Connection timed out

防火墙没有阻止它

[root@serv ~]# iptables -L -n | grep :25
# Warning: iptables-legacy tables present, use iptables-legacy to see them
ACCEPT     6    --  0.0.0.0/0            0.0.0.0/0            ctstate NEW tcp dpt:25
ACCEPT     6    --  0.0.0.0/0            0.0.0.0/0            ctstate NEW tcp dpt:25
ACCEPT     17   --  0.0.0.0/0            0.0.0.0/0            ctstate NEW udp dpt:25

所以我不知道该怎么办。 ConfigServer 安全和防火墙还在 TCP 和 UPD 上添加了端口 25。

还有一件事我不知道为什么我有这个

[root@server etc]# host server.miexampledomain.com
Host server.miexampledomain.com not found: 3(NXDOMAIN)
email cpanel
1个回答
0
投票

您需要咨询您的提供商或数据中心,他们是否阻止了端口 25

© www.soinside.com 2019 - 2024. All rights reserved.