2 - import_tasks: opendkim.yml
4 when: postfix.opendkim is defined
5 - import_tasks: dovecot.yml
6 when: postfix.dovecot is defined
8 - import_tasks: postfix.yml
10 # some basic security stuff that relies on working email
11 - name: install apticron
12 apt: name=apticron state=latest