From: Silvio Rhatto Date: Thu, 26 Aug 2010 12:16:24 +0000 (-0300) Subject: Introducing parameter sympa_listmasters X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=012f17f3f9acf8fc6f18a832715a751e379693ca;p=puppet-mail.git Introducing parameter sympa_listmasters --- diff --git a/manifests/system.pp b/manifests/system.pp index d226191..53ec12f 100644 --- a/manifests/system.pp +++ b/manifests/system.pp @@ -70,6 +70,10 @@ class mail::system { '': { $sympa_subdomain = "lists" } } + case $sympa_listmasters { + '': { $sympa_listmasters = "listmaster@${fqdn}" } + } + case $sympa_lang { '': { $sympa_lang = "en_US" } } diff --git a/templates/sympa/sympa.conf.erb b/templates/sympa/sympa.conf.erb index 37627af..2e031a7 100644 --- a/templates/sympa/sympa.conf.erb +++ b/templates/sympa/sympa.conf.erb @@ -53,7 +53,7 @@ domain <%= sympa_subdomain %>.<%= domain %> ## Listmasters email list comma separated ## Sympa will associate listmaster privileges to these email addresses (mail and web interfaces). Some error reports may also be sent to these addresses. -listmaster listmaster@.<%= fqdn %> +listmaster <%= sympa_listmasters %> ## Local part of sympa email adresse ## Effective address will be [EMAIL]@[HOST]