diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-26 09:16:24 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-26 09:16:24 -0300 |
commit | 012f17f3f9acf8fc6f18a832715a751e379693ca (patch) | |
tree | 4df14bd2bfad59a795e4f93c55eacd230499e410 /templates | |
parent | 116bd8037b171f219880ba02c70a4c3c7d368324 (diff) | |
download | puppet-mail-012f17f3f9acf8fc6f18a832715a751e379693ca.tar.gz puppet-mail-012f17f3f9acf8fc6f18a832715a751e379693ca.tar.bz2 |
Introducing parameter sympa_listmasters
Diffstat (limited to 'templates')
-rw-r--r-- | templates/sympa/sympa.conf.erb | 2 |
1 files changed, 1 insertions, 1 deletions
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] |