Files @ 70733167cdf8
Branch filter:

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

branko
MAR-9: Created small utility playbook in testsite for generating the necessary TLS keys and certificates. Updated testsite configuration to be slightly different (no need for separate chain file I think).
---

- 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"