diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-25 20:59:34 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-25 20:59:34 -0300 |
commit | f2f5cadafbda5ef3a9deeecf1caa69fe1353c075 (patch) | |
tree | f981ae665f6163a8142bd3098163090481203245 /templates/sympa | |
parent | 12d691a549f92a7bee22864bb2ae40fd473d3e00 (diff) | |
download | puppet-mail-f2f5cadafbda5ef3a9deeecf1caa69fe1353c075.tar.gz puppet-mail-f2f5cadafbda5ef3a9deeecf1caa69fe1353c075.tar.bz2 |
Fixing listmaster address
Diffstat (limited to 'templates/sympa')
-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 4e3eff6..b56d614 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@<%= sympa_subdomain %>.<%= domain %> +listmaster listmaster@.<%= domain %> ## Local part of sympa email adresse ## Effective address will be [EMAIL]@[HOST] |