On 23 Jul 2023, at 4:21 pm, Charles Sprickman via Postfix-users 
<postfix-users@postfix.org> wrote:

> In the case of the dehydrated ACME client
> (https://github.com/dehydrated-io/dehydrated) there's an option to run
> a bunch of commands on successful update, including something like
> "postfix reload" - one could also insert an email or other command to
> note the update. I can't imagine other ACME clients don't offer a
> similar function...

The "certbot" ACME client offers post-hooks, but they're not "reliable".
If the hook fails or doesn't run, it won't be retried.  A robust
"post-hook" should have "at least once" semantics, its implementation
should be idempotent, ait and should be retried until it succeeds.

-- 
        Viktor.
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to