我想知道是否有人能帮我阅读这个邮件日志并告诉我为什么发送给 test-b 的电子邮件能通过而发送给 test-t 的电子邮件却不能。正如您所看到的,每封电子邮件也被密送给了 test-s,并且发送给 test-b 的电子邮件被发送到了 test-s,而发送给 test-t 的电子邮件却没有到达任何地方。
让我补充一下,我其实不是系统管理员,但我必须“填补”空缺。所以任何帮助我都会很感激。
注意:我已经更改电子邮件以保护所有者的隐私:P。
以下是日志:
Dec 8 21:54:29 w3 sendmail[10083]: pB88sSlk010083: [email protected], size=1259, class=0, nrcpts=2, msgid=<[email protected]>, relay=daemon@localhost
Dec 8 21:54:29 w3 sendmail[10084]: pB88sT4P010084: from=<[email protected]>, size=1415, class=0, nrcpts=2, msgid=<[email protected]>, proto=ESMTP, daemon=MTA, relay=localhost.localdomain [127.0.0.1]
Dec 8 21:54:29 w3 sendmail[10083]: pB88sSlk010083: [email protected],[email protected], [email protected] (2/2), delay=00:00:01, xdelay=00:00:00, mailer=relay, pri=61259, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (pB88sT4P010084 Message accepted for delivery)
Dec 8 21:54:29 w3 sendmail[10087]: pB88sTwJ010087: [email protected], size=1129, class=0, nrcpts=2, msgid=<[email protected]>, relay=daemon@localhost
Dec 8 21:54:29 w3 sendmail[10088]: pB88sTpu010088: from=<[email protected]>, size=1306, class=0, nrcpts=2, msgid=<[email protected]>, proto=ESMTP, daemon=MTA, relay=localhost.localdomain [127.0.0.1]
Dec 8 21:54:29 w3 sendmail[10087]: pB88sTwJ010087: [email protected]<[email protected]>,Tracey Joyce<[email protected]>, [email protected] (2/2), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=61129, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (pB88sTpu010088 Message accepted for delivery)
Dec 8 21:54:30 w3 sendmail[10090]: pB88sTpu010088: to=<[email protected]>, delay=00:00:01, xdelay=00:00:01, mailer=esmtp, pri=151306, relay=mxa.onenet.co.nz. [202.36.68.28], dsn=2.0.0, stat=Sent (B4ee0799f0000 Message accepted for delivery)
Dec 8 21:54:31 w3 sendmail[10086]: STARTTLS=client, relay=gmail-smtp-in.l.google.com., version=TLSv1/SSLv3, verify=FAIL, cipher=RC4-SHA, bits=128/128
Dec 8 21:54:31 w3 sendmail[10090]: STARTTLS=client, relay=gmail-smtp-in.l.google.com., version=TLSv1/SSLv3, verify=FAIL, cipher=RC4-SHA, bits=128/128
Dec 8 21:54:33 w3 sendmail[10086]: pB88sT4P010084: to=<[email protected]>, delay=00:00:04, xdelay=00:00:04, mailer=esmtp, pri=151415, relay=gmail-smtp-in.l.google.com. [74.125.91.26], dsn=2.0.0, stat=Sent (OK 1323334050 b15si1538496qcz.163)
Dec 8 21:54:33 w3 sendmail[10090]: pB88sTpu010088: to=<[email protected]>, delay=00:00:04, xdelay=00:00:03, mailer=esmtp, pri=151306, relay=gmail-smtp-in.l.google.com. [74.125.91.26], dsn=2.0.0, stat=Sent (OK 1323334050 s9si877612qcx.88)
Dec 8 21:54:35 w3 sendmail[10086]: STARTTLS=client, relay=aspmx.l.google.com., version=TLSv1/SSLv3, verify=FAIL, cipher=RC4-SHA, bits=128/128
Dec 8 21:54:37 w3 sendmail[10086]: pB88sT4P010084: to=<[email protected]>, delay=00:00:08, xdelay=00:00:04, mailer=esmtp, pri=151415, relay=aspmx.l.google.com. [74.125.91.27], dsn=2.0.0, stat=Sent (OK 1323334054 y4si1543502qcs.119)
答案1
日志行内容如下:
Dec 8 21:54:30 w3 sendmail[10090]: pB88sTpu010088: to=<[email protected]>, delay=00:00:01, xdelay=00:00:01, mailer=esmtp, pri=151306, relay=mxa.onenet.co.nz. [202.36.68.28], dsn=2.0.0, stat=Sent (B4ee0799f0000 Message accepted for delivery)
由于收件人邮件服务器 mxa.onenet.co.nz 的状态为“stat=Sent (B4ee0799f0000 消息已接受传送)”,这意味着问题不在您掌控之中。您的邮件服务器已成功将消息转交给收件人的邮件服务器,并且它所出现的任何问题都将在 mxa.onenet.co.nz 或之后解决。
在这种情况下,test-t 收件人应联系 mxa.onenet.co.nz 邮件管理员。您可以向管理员提供 mxa.onenet.co.nz 的相关日志条目,然后他便可以自行查找问题所在。