From 197787c89401d0a2b02f9bd1a90873702a3c0604 Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sat, 6 Apr 2024 19:57:50 +0100 Subject: Add mail playbook for mail server setup --- mail.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 mail.yml (limited to 'mail.yml') 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 } -- cgit v1.2.3-70-g09d2