<!-- the following sections are partially based on that -->
## Installation
### DKIM configuration
...
...
@@ -722,9 +714,8 @@ record.
## Upgrades
<!-- how upgrades are performed. preferably automated through Debian -->
<!-- packages, otherwise document how upgrades are performed. see also -->
<!-- the Testing section below -->
Upgrades should generally be covered by the normal Debian package
workflow.
## SLA
...
...
@@ -753,15 +744,23 @@ documentation](howto/tls)).
## Storage
<!-- databases? plain text file? the frigging blockchain? memory? -->
Mail services currently do not involve any sort of storage other than
mail queues (below).
## Queues
<!-- email queues, job queues, schedulers -->
Mail servers typically transfer emails into a queue on reception, and
flush them out of the queue when the email is successfully
delivered. Temporary delivery failures are retried for 5 days
([`bounce_queue_lifetime`](https://www.postfix.org/postconf.5.html#bounce_queue_lifetime) and [`maximal_queue_lifetime`](https://www.postfix.org/postconf.5.html#maximal_queue_lifetime)).
We use the Postfix defaults for those settings, which may vary from
the above.
## Interfaces
<!-- e.g. web APIs, commandline clients, etc -->
Most of Postfix and Dovecot operations are done through the