From 6be613d07ddc6d0b1e4b73f93c0fa1c0b1f7ba10 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 24 Nov 2013 03:53:39 +0100 Subject: Postfix master (nullmailer) configuration We use a dedicated instance for each role: MDA, MTA out, MX, etc. --- vars.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 vars.yml (limited to 'vars.yml') diff --git a/vars.yml b/vars.yml new file mode 100644 index 0000000..2cd3a42 --- /dev/null +++ b/vars.yml @@ -0,0 +1,9 @@ +--- +postfix_instance: + # The keys are the group names associated with a Postfix role, and the + # values are the name and group (optional) of the instance dedicated + # to that role. + IMAP: { name: mda } + MX: { name: mta-in, group: mta } + MTA-out: { name: mta-out,group: mta } + MSA: { name: msa } -- cgit v1.2.3