I sent an email to 2 receipients and I checked maillog:
tail -5000 maillog | grep "020EE4202065"
Aug 7 17:31:24 mail postfix/smtpd[7478]: 020EE4202065: client=NodoOffice[118.70.28.223], sasl_method=PLAIN, sasl_username=ngadt@my_great_company.com
Aug 7 17:31:24 mail postfix/cleanup[7485]: 020EE4202065: message-id=<6b36518e-14b1-6fac-dd27-c4c900aff87c@my_great_company.com>
Aug 7 17:31:28 mail opendkim[1717]: 020EE4202065: DKIM-Signature field added (s=default, d=my_great_company.com)
Aug 7 17:31:28 mail postfix/qmgr[2817]: 020EE4202065: from=<ngadt@my_great_company.com>, size=5481240, nrcpt=2 (queue active)
Aug 7 17:31:32 mail postfix/smtp[7487]: 020EE4202065: to=<mrs_lorem@the-bank.com.vn>, relay=mail.the-bank.com.vn[103.11.172.xx]:25, delay=8.3, delays=4.3/0.07/0.31/3.6, dsn=2.6.0, status=sent (250 2.6.0 <6b36518e-14b1-6fac-dd27-c4c900aff87c@my_great_company.com> [InternalId=23138874] Queued mail for delivery)
Aug 7 17:31:53 mail postfix/smtp[7486]: 020EE4202065: to=<mr_ipsum@gmail.com>, relay=gmail-smtp-in.l.google.com[74.125.204.26]:25, delay=30, delays=4.3/0.03/3/23, dsn=2.0.0, status=sent (250 2.0.0 OK 1502101899 g4si5235454plk.325 - gsmtp)
Aug 7 17:31:53 mail postfix/qmgr[2817]: 020EE4202065: removed
I noticed that there is an extra info
[InternalId=23138874] Queued mail for delivery
in the line to=<mrs_lorem@the-bank.com.vn>
and mrs_lorem@the-bank.com.vn
says that she doesn't see that email in her mailbox.
Could you please explain what does that (Queued mail for delivery
) mean? And did email server at the-bank.com.vn
received that email?
Thank you!