diff options
Diffstat (limited to 'templates')
| -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 | 
