diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-07-17 21:27:21 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-07-17 21:27:21 -0300 |
commit | 97b5a50c11900df6f582546e722ad8b6e0eff03a (patch) | |
tree | 4463704297bdf46e76900f952d5ca0890189e849 /templates/sympa | |
parent | c2046d2a90a62ac3c192df0ef8c953cc3a1b1a2d (diff) | |
download | puppet-mail-97b5a50c11900df6f582546e722ad8b6e0eff03a.tar.gz puppet-mail-97b5a50c11900df6f582546e722ad8b6e0eff03a.tar.bz2 |
Virtual domains configuration for sympa (2)
Diffstat (limited to 'templates/sympa')
-rw-r--r-- | templates/sympa/sympa.conf.lenny.erb | 6 | ||||
-rw-r--r-- | templates/sympa/sympa.conf.squeeze.erb | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/templates/sympa/sympa.conf.lenny.erb b/templates/sympa/sympa.conf.lenny.erb index 83815cd..da0171d 100644 --- a/templates/sympa/sympa.conf.lenny.erb +++ b/templates/sympa/sympa.conf.lenny.erb @@ -102,6 +102,9 @@ avg 10 ## Proposed value is quite low, you can rise it up to 100, 200 or even 300 with powerfull systems. maxsmtp 40 +## Virtual domains configuration +sendmail_aliases none + ###\\\\ Pluggin ////### ## Path to the antivirus scanner engine @@ -167,6 +170,3 @@ soap_url https://<%= sympa_subdomain %>.<%= domain %>/sympasoap ## Supported languages for the user interface supported_lang en_US,pt_BR - -## Virtual domains configuration -sendmail_aliases none diff --git a/templates/sympa/sympa.conf.squeeze.erb b/templates/sympa/sympa.conf.squeeze.erb index 2d821d0..5ce2d9e 100644 --- a/templates/sympa/sympa.conf.squeeze.erb +++ b/templates/sympa/sympa.conf.squeeze.erb @@ -102,6 +102,9 @@ avg 10 ## Proposed value is quite low, you can rise it up to 100, 200 or even 300 with powerfull systems. maxsmtp 40 +## Virtual domains configuration +sendmail_aliases none + ###\\\\ Pluggin ////### ## Path to the antivirus scanner engine |