diff options
-rw-r--r-- | mail.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail.yml b/mail.yml new file mode 100644 index 0000000..39880d1 --- /dev/null +++ b/mail.yml @@ -0,0 +1,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 } |