summaryrefslogtreecommitdiff
path: root/mail.yml
blob: 39880d1a8532de71d2e1a7f2e9ecf1a551b54dac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Source of insipration for this setup is "NSA-proof your e-mail in 2 hours"
# blog post by Drew Crawford.

- name: Setup machines to receive and send mail
  hosts: mail
  roles:
    - { role: certmail }
    - { role: opendkim }
    - { role: dovecot }
    - { role: postfix }