mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
24
roles/pmg/handlers/main.yml
Normal file
24
roles/pmg/handlers/main.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
- 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
|
Reference in New Issue
Block a user