J Doe:
> Hello,
>
> I have a question about the man pages for the service daemons that are
> executed via master(8).
>
> A section that is shared in all of the service daemon man pages is
> "CONFIGURATION PARAMETERS". In bounce(8) there are parameters under
> this section that relate to delivery status notifications. For
> instance: delay_notice_recipient. This made me think that bounce(8) is
> solely responsible for DSN's.
No it's not. The bounce daemon *uses* the time to warn in notifications
(your message could not be delivered for more than
$delay_warning_time_hours hours).
> When I check cleanup(8) under "CONFIGURATION PARAMETERS" I see:
> delay_warning_time which also relates to DSN's.
The cleanup daenon *stores* the time to warn in queue files.
Additionally, the queue manager *enforces* the time to warn
by requesting that a warning notification is sent.
Wietse