From 170dc68f9275dffb48fbe3f8ebb2183cd7ddf111 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 1 Jul 2014 14:38:52 +0200 Subject: Outgoing SMTP proxy. --- group_vars/all.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'group_vars/all.yml') diff --git a/group_vars/all.yml b/group_vars/all.yml index 351aa09..ef9fc82 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -3,9 +3,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, port: 2526 } - MX: { name: mx, group: mta } - MTA-out: { name: mta-out,group: mta, port: 2525 } - MSA: { name: msa } - webmail: { name: webmail } - lists: { name: lists, port: 2527 } + IMAP: { name: mda, port: 2526 } + MX: { name: mx, group: mta } + out: { name: out, group: mta, port: 2525 } + MSA: { name: msa } + webmail: { name: webmail } + lists: { name: lists, port: 2527 } -- cgit v1.2.3