ansible/roles/mail/handlers/main.yml

14 lines
264 B
YAML
Raw Normal View History

---
2016-02-01 20:52:34 +01:00
- name: restart amavis
service: name=amavis state=restarted
- name: restart dovecot
service: name=dovecot state=restarted
- name: restart postfix
service: name=postfix state=restarted
2016-02-01 20:52:34 +01:00
- name: restart postgrey
service: name=postgrey state=restarted