On 2021-05-21 7:34 p.m., Wietse Venema wrote:
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


Hi Wietse,

Thanks for your reply.

Ok, would the more accurate takeaway be that more than one daemon can consult/consume a parameter in main.cf and the fact that a parameter is listed in a service daemon man page does _not_ mean that that one daemon "owns" the parameter ?

Thanks again,

- J

Reply via email to