Email address of the recipient. This might not be present in logs with error type Authorization failure, Reset, or Disconnected.
user@example.com
sender
The first email address in the "From:" header in the email message.
support@example.com
action
Provides context for the data in the log. Supported values for Acceptance Logs:
Accept: Log provides information around acceptance status for an email.
Automated processors must tolerate logs with unrecognized action values.
accept
errorType
Provides information for troubleshooting issues. This is omitted for successfully accepted emails.
Supported values for acceptance logs:
Recepient suppressed: Email was suppressed and not relayed.
Authorization failure: Email wasn't accepted because of authorization failures.
Invalid Recipient: Email wasn't accepted because of invalid recipient address.
Daily Limit reached: Email couldn't be accepted because of limits.
Sender Rate Limit reached: Email couldn't be accepted because of limits.
Byte limit exceeded: Email couldn't be accepted because of message size limit exceeded.
Reset: The client cancelled the mail transaction (via SMTP RSET).
Disconnected: The client connection to the service was lost before the mail transaction was complete.
Message parse error: Email couldn't be accepted because of invalid message format. Only authorization failures are logged.
Oracle reserves the right to add new values to this field as needed, so parsers can tolerate unrecognized values.
Daily limit reached
smtpStatus
SMTP status in acceptance logs will contain the SMTP error, or status returned to the SMTP submission client for this recipient.
250 2.1.5 user@example.com and options Ok
messageId
MessageId is a unique ID that represents an email send operation. Tracks an email end-to-end. MessageId is either provided by the customer, or will be generated by the MTA while processing email. This will not be present in acceptance logs that fail before receiving message data.
The initial envelope sender (MAIL FROM) address provided when the email was submitted, which is used to authorize email sending. Unlike Body:data.sender (aka header From), this is provided for acceptance failure cases, as this is available for failures before transfer of message content.
support@example.com
principalId
OCID of the user trying to submit email over the SMTP submission protocol. Only provided for authorization failure logs.
ocid1.user.oc1.<unique_ID>
senderId
Approved sender OCID. This will be the OCID associated with the Body:data.sender if that's present, otherwise, is the OCID associated with Body:data.envelopeSender. This might not be present on authorization failures.
ocid1.emailsender.oc1.phx.<unique_ID>
senderCompartmentId
Compartment OCID of the approved sender. This will be the compartment OCID associated with the Body:data.senderId. This might not be present on authorization failures.
ocid1.compartment.oc1..<unique_ID>
headers
(Available in future) Configurable headers at approved sender level. Set up through a support request, and is a maximum of four headers.
Email domain of the recipient. Although this is redundant with the domain name part of the recipient field, this can be useful for aggregation views of the logs.
example.com
messageSizeInKiB
Message size in kibibytes (rounded to an integer with rounding mode ceiling).
5
authzOpcRequestId
OPC request ID for the authorization call made from the Email Delivery Service to Identity, to authorize an approved sender.
Provides context for the data in the log. Supported values for relayed, bounce, and complaint logs:
Relay: Successfully relayed to the receiving mail server.
Bounce: Bounced back from receiving mail server.
Complaint: Recipient marked email as spam, and mailbox provider supports a complaint feedback loop.
Note: Not all receiving domains provide complaint feedback.
Unsubscribe: Unsubscribe request received by an email recipient using their email client unsubscribe feature.
Automated processors must tolerate logs with unrecognized action values.
relay
bounce
complaint
unsubscribe
userAgent
Provides the recipient's mail client, browser, and device used for the List-Unsubscribe request.
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/1.0 (KHTML, such as Gecko; Gmail Actions)
errorType
Provides information for troubleshooting issues. Only present in "Bounce" logs.
Supported values for relayed, bounce, and compliant logs are the following:
Soft bounce: A transient error from the receiving server resulting in an undelivered message.
Hard bounce: A permanent error from the receiving server, resulting in an undelivered message, and the recipient's address being added to the suppression list.
soft
bounceCategory
Category of bounce. Only present in "Bounce" logs. Possible values:
bad-configuration
bad-connection
bad-domain
bad-mailbox
content-related
inactive-mailbox
invalid-sender
message-expired
no-answer-from-host
other
policy-related
protocol-errors
quota-issues
relaying-issues
routing-errors
spam-related
unclassified
virus-related
bad-mailbox
reportGeneratedTime
Time when action is generated. Only present in some "Bounce" and "Complaint" logs.
2021-02-04T17:26:03.120Z
originalMessageAcceptedTime
Time when the original message is accepted by the Email Delivery service. Refers to the original timestamp for bounced messages only, so this isn't present in all relayed logs.
@iad1.rp.oracleemaildelivery.com""550 5.7.0 Local Policy Violation"
messageId
MessageId is a unique ID that represents an email send operation. Tracks an email end-to-end. MessageId is either provided by the customer, or will be generated by the MTA while processing email.
Source IP is the external public IP address used for the outgoing connection. This is only present on successful "Relay" logs, and "bounce" logs for internal hard bounces.
192.29.103.192
dkimSelector
The "User" defined DKIM selector value. Only present in "Relay" logs. The DKIM selector is a term-of-art defined formally in RFC 6376.
prod-phx-20191217
dkimError
DKIM signing error text. Only present on "Relay" logs.
"Operation cannot be started: DKIM 0 no private key for identity '@mail.integration.us-ashburn-1.ocp.oraclecloud.com'"
messageSizeInKiB
Message size in kibibytes (rounded to an integer with rounding mode ceiling).
5
headers
(Available in future) Configurable headers at approved sender level. Set up through a support request, and is a maximum of four headers.
Name and IP address of the mail server on the internet to which an email relay was tried. This is only present on successful "Relay" logs, and "bounce" logs for internal hard bounces. This field is also useful for aggregation log views.
mail-smtp-in.l.google.com
(172.217.197.26)
internalProcessingDurationInMs
("Relay" logs only) Internal delay in milliseconds from when a message is accepted by the Email Delivery service (for example, when the end-of-message-data is received by our front-end), to when the service is ready to try outbound delivery.
791
tlsCipher
("Relay" logs only) TLS cipher suite name.
TLS_ECDHE_RSA_WITH
_AES_128_GCM_SHA256
message
A summary of the log event.
Relayed email support@example.com
-> user@example.com
sendingPoolName
Applicable to dedicated IP pools only.
PHXOCIInternalVMTAs
chunkingUsed
Provides Boolean information indicating whether chunking was supported while routing emails. The absence of the parameter indicates a false value, which means that chunking wasn't supported while communicating with the remote mail transfer agent.
"chunkingUsed": "true"
esmtpUsed
Provides Boolean information indicating whether Extended SMTP (ESMTP) was supported while routing emails. The absence of the parameter indicates a false value, which means that ESMTP wasn't used while communicating with the remote mail transfer agent.
"esmtpUsed": "true"
tlsUsed
Provides Boolean information indicating whether TLS was supported while communicating with the remote mail transfer agent. The absence of the parameter indicates a false value, which means that TLS wasn't supported while communicating with the remote mail transfer agent.