ansible-roles/roles/pmg/handlers/main.yml
2021-12-01 19:13:34 +01:00

25 lines
576 B
YAML

---
- name: restart saslauthd
service: name=saslauthd state=restarted
- name: restart postfix
service: name=postfix state=restarted
- name: restart dovecot
service: name=dovecot state=restarted
- name: pmgconfig sync
command: pmgconfig sync --restart 1
- name: restart opendkim-signer
service: name=opendkim-signer state=restarted
- name: restart opendkim-verifier
service: name=opendkim-verifier state=restarted
- name: restart pmgproxy
service: name=pmgproxy state=restarted
- name: reload pmg-smtp-filter
service: name=pmg-smtp-filter state=reloaded