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

7 lines
158 B
Text
Raw Normal View History

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