Files @ a9e97d3e2306
Branch filter:

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

branko
MAR-54: Separated SMTP ports for server-to-server comms and user mail submission, allowing authentication only on port 587 (port 25 purely for server-to-server communication). Hardened TLS configuration on port 587.
---

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