ansible/roles/mail_certificates/templates/letsencrypt/renewal-hooks/deploy/reload-mail-services.sh.j2

7 lines
159 B
Text
Raw Normal View History

#!/bin/sh
{{ ansible_managed | comment }}
# Reload Postcot and Dovecot after certificates are (re)generated
systemctl reload postfix
systemctl reload dovecot