diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-25 21:49:20 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-25 21:49:20 -0300 |
commit | 275f4b0758310c5e8143c549ebbdded58955f953 (patch) | |
tree | bfe1eeab695aef7a94ca54755cc937b1456a72da /templates | |
parent | f2f5cadafbda5ef3a9deeecf1caa69fe1353c075 (diff) | |
download | puppet-mail-275f4b0758310c5e8143c549ebbdded58955f953.tar.gz puppet-mail-275f4b0758310c5e8143c549ebbdded58955f953.tar.bz2 |
Fixing listmaster address (2)
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 b56d614..37627af 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@.<%= domain %> +listmaster listmaster@.<%= fqdn %> ## Local part of sympa email adresse ## Effective address will be [EMAIL]@[HOST] |