summaryrefslogtreecommitdiffstats
path: root/roles/MX/handlers/main.yml
blob: 0482a49b6e6372ff676b8dfdc71ed6a1c9853738 (plain)
1
2
3
4
5
6
---
- name: Restart Postgrey
  service: name=postgrey state=restarted

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