8. SMTP queue
The smtpd process implements the pre- and post-delivery contexts. These contexts operates on a message in queue. A message in queue is not directly bound to an inbound SMTP connection, hence its delivery is not done inline.
,-------> queue
| | <-- Pre-delivery context
| delivery attempt
| | <-- Post-delivery context
\__________/ \______ done