X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/a0ef97a3169e9da8b4618116075d54c49b4292b4..d8b2db0f1004d3496e6e64aafef506eb4f7e373a:/roles/email/handlers/main.yml diff --git a/roles/email/handlers/main.yml b/roles/email/handlers/main.yml index 47e0daf..9e40ba3 100644 --- a/roles/email/handlers/main.yml +++ b/roles/email/handlers/main.yml @@ -2,5 +2,7 @@ service: name=opendkim state=restarted enabled=yes - name: postfix service: name=postfix state=restarted enabled=yes -- name: unbound - service: name=unbound state=restarted enabled=yes +- name: dovecot + service: name=dovecot state=restarted enabled=yes +- name: mailman + service: name=mailman state=restarted enabled=yes