aboutsummaryrefslogtreecommitdiffstats
path: root/roles/mailserver/handlers/main.yml
blob: 5c5caea5c3016ebd85f8afcef52bfa73bd06273e (plain)
1
2
3
4
5
6
7
8
- name: restart postfix
  service: name=postfix state=restarted

- name: restart dovecot
  service: name=dovecot state=restarted

- name: restart rspamd
  service: name=rspamd state=restarted