Files @ 298c0dbe1698
Branch filter:

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

branko
MAR-4: Updated documentation for the mail server role, adding information about rsync installation, set-up of chroot for Postfix, and the smtp_allow_relay_from option. Updated mail_server role implementation, fixing rsync command for deploying the truststore to preserve truststore permissions and adding support for specifying networks from which unauthenticated relaying should be allowed.
---

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

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

- name: Restart Dovecot
  service: name="dovecot" state=restarted

- name: Restart ClamAV Milter
  service: name="clamav-milter" state=restarted