summaryrefslogtreecommitdiffstats
path: root/roles/mx/handlers/main.yml
blob: 21c736a869227e5102e84707dd2f0fcaf0cd111e (plain)
1
2
3
4
5
6
7
8
9
---
- name: Restart Postgrey
  service: name=postgrey state=restarted

- name: Restart Postfix
  service: name=postfix state=restarted

- name: Reload Postfix
  service: name=postfix state=reloaded