start dovecot config; generate postfix transport_map; support multiple sender IPs...
[ansible.git] / roles / email / tasks / main.yml
1 # daemons
2 - import_tasks: unbound.yml
3   tags: unbound
4 - import_tasks: opendkim.yml
5   tags: opendkim
6   when: postfix.opendkim is defined
7 - import_tasks: dovecot.yml
8   when: postfix.dovecot is defined
9   tags: dovecot
10 - import_tasks: postfix.yml
11   tags: postfix
12 # some basic security stuff that relies on working email
13 - name: install apticron
14   apt: name=apticron state=latest