diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2013-12-15 23:46:29 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:51:26 +0200 |
commit | 7fe517c328906d0f962c3dc33d7bc773f2348bb4 (patch) | |
tree | d8e56323c10cd32952d5b473d4ee56d605375c7d /group_vars | |
parent | 540779286a899dee846784a8ffd0fdab756ac1e3 (diff) |
Configure the webmail.
Diffstat (limited to 'group_vars')
-rw-r--r-- | group_vars/all.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/group_vars/all.yml b/group_vars/all.yml index 26448c4..5755086 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -7,6 +7,7 @@ postfix_instance: MX: { name: mx, group: mta } MTA-out: { name: mta-out,group: mta } MSA: { name: msa } + webmail: { name: webmail } MTA_out: { IPv4: outgoing.fripost.org, port: 2525 } LDA: { IPv4: lda.fripost.org, port: 2526 } |