Files @ 96e9f230a669
Branch filter:

Location: majic-ansible-roles/roles/mail_forwarder/handlers/main.yml - annotation

branko
MAR-10: Updated server roles to deploy private key and certificate. Updated documentation and test site configuration as well.
---

- name: Purge Exim configuration
  apt: name="exim4*" state=absent purge=yes

- name: Rebuild mail aliases
  command: /usr/bin/newaliases

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