This repository has been archived on 2020-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
|
---
|
|
- name: reload postfix
|
|
service: name=postfix state=reloaded
|
|
|
|
- name: restart postfix
|
|
service: name=postfix state=restarted
|
|
|
|
- name: restart dovecot
|
|
service: name=dovecot state=restarted
|
|
|
|
- name: restart spamassassin
|
|
service: name=spamassassin state=restarted
|