WHM 调试邮件发送问题
WHM Debug Email Sending Issue
我有一个 WHM 服务器 - 上面有几个 PHP 发送电子邮件的脚本。直到最近,它才开始工作。现在,它似乎已停止从这些脚本发送电子邮件。
鉴于我知道脚本本身没有问题,我将如何着手调试它们不再被发送的原因?
这是我目前所知道的:
- PHP 脚本应该没问题,没有任何改变
- 服务器未出现在任何垃圾邮件黑名单中
- 测试电子邮件脚本不会产生任何错误,WHM 队列中也不会挂起任何内容
- gmail 帐户(常规邮箱或垃圾邮件邮箱)中没有显示本应发送的内容。
有什么想法吗?
WHM 60 内部版本 35,CentOS 6
请尝试按照以下说明进行操作,这可以帮助您解决电子邮件问题:
1) - check if you server has a valid hostname like host.domain.tld and that hostname actually points to the server's ip address
2) - check if you have rDNS setup correctly for your server's ip address and the reverse DNS should match the hostname
3) - Use Mail Queue Manager from WHM (in the left search in WHM got o Email -> Mail Queue Manager) and see if there are any emails in the mail queue there
4) - Use Mail Troubleshooter from WHM ( Email -> Mail Troubleshooter) and see what happens when you try to send an email to a gmail address
5) - You could check the Exim server logs by logging in via ssh and do a tail -f /var/log/exim_mainlog
很可能您的电子邮件在服务器的邮件队列中,但由于某种原因它们未送达
我有一个 WHM 服务器 - 上面有几个 PHP 发送电子邮件的脚本。直到最近,它才开始工作。现在,它似乎已停止从这些脚本发送电子邮件。
鉴于我知道脚本本身没有问题,我将如何着手调试它们不再被发送的原因?
这是我目前所知道的:
- PHP 脚本应该没问题,没有任何改变
- 服务器未出现在任何垃圾邮件黑名单中
- 测试电子邮件脚本不会产生任何错误,WHM 队列中也不会挂起任何内容
- gmail 帐户(常规邮箱或垃圾邮件邮箱)中没有显示本应发送的内容。
有什么想法吗?
WHM 60 内部版本 35,CentOS 6
请尝试按照以下说明进行操作,这可以帮助您解决电子邮件问题:
1) - check if you server has a valid hostname like host.domain.tld and that hostname actually points to the server's ip address
2) - check if you have rDNS setup correctly for your server's ip address and the reverse DNS should match the hostname
3) - Use Mail Queue Manager from WHM (in the left search in WHM got o Email -> Mail Queue Manager) and see if there are any emails in the mail queue there
4) - Use Mail Troubleshooter from WHM ( Email -> Mail Troubleshooter) and see what happens when you try to send an email to a gmail address
5) - You could check the Exim server logs by logging in via ssh and do a tail -f /var/log/exim_mainlog
很可能您的电子邮件在服务器的邮件队列中,但由于某种原因它们未送达