diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2014-01-14 08:06:54 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:51:38 +0200 |
commit | ab83789bd70d294623e62e0b366b6b649cb5b0af (patch) | |
tree | 6d000972a52e04a0a9828843cb252a5dbe3828e9 /group_vars | |
parent | 97352d1452917fdcd81da0e209aed6e735c00961 (diff) |
Mailing lists (using mlmmj).
Right now the list server cannot be hosted with a MX, due to bug 51:
http://mlmmj.org/bugs/bug.php?id=51
Web archive can be compiled with MHonArc, but the web server
configuration is not there yet.
Diffstat (limited to 'group_vars')
-rw-r--r-- | group_vars/all.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/group_vars/all.yml b/group_vars/all.yml index 7bd5fe1..0dee19d 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -8,9 +8,11 @@ postfix_instance: MTA-out: { name: mta-out,group: mta } MSA: { name: msa } webmail: { name: webmail } + lists: { name: lists } MTA_out: { host: outgoing.fripost.org, port: 2525 } LDA: { host: lda.fripost.org, port: 2526 } +lists: { host: lists.fripost.org, port: 2527 } LDAP_provider: host1.libvirt.guilhem.org NTP_master: host1.libvirt.guilhem.org |