{{define "content"}}

Delivery

← Back to deliveries

Message

One recipient of one message, as the journal-milter recorded it when Postfix accepted it. The delivery log lists these; everything the list has no room for is here.

{{.Row.CreatedAt.Format "2006-01-02 15:04:05"}} UTC {{.Row.From}} {{if .Row.To}}{{.Row.To}}{{else}}—{{end}} {{if .Row.Subject}}{{.Row.Subject}}{{else}}—{{end}} {{.Row.Status}}

Origin

Which sending domain and which application's SASL account the message was submitted under — the two filters the delivery log offers.

{{if .Row.Domain}}{{.Row.Domain}}{{else}}—{{end}} {{if .Row.AppLogin}}{{.Row.AppLogin}}{{else}}—{{end}}

Handling

Postfix's own identifiers for this message. The queue id is what to search the system log for; a rejected message never got one, because it was refused before it was queued.

{{if .Row.QueueID}}{{.Row.QueueID}}{{else}}—{{end}} {{.Row.UpdatedAt.Format "2006-01-02 15:04:05"}} UTC {{.Row.ID}}
{{end}}