From 7d1622f3e5db18b40cab6cecfd3c2f1fab20d782 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 2 Dec 2013 20:18:28 +0100 Subject: Configure the IMAP server. (For now, only LMTP and IMAP processes, without replication.) --- IMAP.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 IMAP.yml (limited to 'IMAP.yml') diff --git a/IMAP.yml b/IMAP.yml new file mode 100644 index 0000000..2560f7e --- /dev/null +++ b/IMAP.yml @@ -0,0 +1,6 @@ +--- +- name: Configure the IMAP server + hosts: IMAP + sudo: True + roles: + - IMAP -- cgit v1.2.3