summaryrefslogtreecommitdiffstats
path: root/vars.yml
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2013-11-24 03:53:39 +0100
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 02:50:47 +0200
commit6be613d07ddc6d0b1e4b73f93c0fa1c0b1f7ba10 (patch)
tree798df25c6a7c0a9c1e8b01116f454f5d74c94a10 /vars.yml
parent099678c6b4fd176d3232984e634d6311f7c83494 (diff)
Postfix master (nullmailer) configuration
We use a dedicated instance for each role: MDA, MTA out, MX, etc.
Diffstat (limited to 'vars.yml')
-rw-r--r--vars.yml9
1 files changed, 9 insertions, 0 deletions
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 }