我有一个向用户发送电子邮件的网站。特别是一位用户没有收到电子邮件。我查看了日志,发现:
Nov 9 21:27:22 ******** sendmail[28960]: 0A9LRK37028960: to=**********@bellsouth.net, ctladdr=********** (1000/4), delay=00:00:02, xdelay=00:00:02, mailer=relay, pri=31941, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (0A9LRKwX028961 Message accepted for delivery)
Nov 9 21:27:22 ******** sm-mta[28963]: 0A9LRKwX028961: to=**********@bellsouth.net, ctladdr=******************** (1000/4), delay=00:00:00, xdelay=00:00:00, mailer=esmtp, pri=122066, relay=*************. [***********], dsn=5.6.0, stat=Data format error
有数百封其他电子邮件发送到其他工作正常的电子邮件地址。
如何获取有关“数据格式错误”的更多信息,或者我可以更改哪些内容以查看它是否可以解决错误?问题可能出在 bellsouth.net 上吗?
电子邮件正在使用 phpmailer 通过 PHP 脚本发送。它是一个带有附件的多部分文本/html。
建议的交付调试程序
example.net
:使用下面的 mailertable 条目选择 dsmtp mailer 以将其投递到
example.net
:它会将消息
example.net
放入队列而不尝试传递example.net
以详细模式(带有 smtp 会话记录)的root 推送消息。在终端中执行以下命令: