{{/* Mail queue is two cards in the whole column: the retry-policy snapshot (static, outside the HTMX poll) and the live postqueue listing. */}} {{define "wide"}}wide{{end}} {{define "content"}}

Mail queue

How delivery retries work

This Postfix's policy, read once at panel start. There is no maximum attempt count — only time. A deferred message stays in this listing until it is delivered or the queue lifetime runs out.

{{if .RetryFromDefaults}}

Could not read the effective Postfix configuration; showing compiled-in defaults. A live change is visible after the next panel restart.

{{end}}
First retry {{.FirstRetry}}
Later retries doubling, cap {{.BackoffCap}}
Kept in queue {{.QueueLifetime}}
Then bounced

Pending messages

{{template "mail_queue_body" .}}
{{end}}