You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
576 B
24 lines
576 B
---
|
|
- 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
|
|
|