diff options
Diffstat (limited to 'modules/sympa/templates/config')
-rw-r--r-- | modules/sympa/templates/config | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/modules/sympa/templates/config b/modules/sympa/templates/config index bea0f057..ccf2fff9 100644 --- a/modules/sympa/templates/config +++ b/modules/sympa/templates/config @@ -24,7 +24,7 @@ unsubscribe open_web_only_notify <% end %> editor -email listmaster@<%= @domain %> +email listmaster@<%= domain %> reception nomail gecos Moderator team visibility conceal @@ -34,16 +34,16 @@ reception nomail source mga-ml_moderators visibility conceal -subject <%= @subject %> +subject <%= subject %> -custom_subject <%= @custom_subject %> +custom_subject <%= custom_subject %> -lang <%= @language %> +lang <%= language %> owner gecos Sysadmin team reception nomail -email postmaster@<%= @domain %> +email postmaster@<%= domain %> visibility noconceal profile normal @@ -57,7 +57,7 @@ reception nomail <%- if @reply_to -%> reply_to_header value other_email -other_email <%= @reply_to %> +other_email <%= reply_to %> apply forced <%- end -%> @@ -65,7 +65,7 @@ apply forced review owner <% if topics %> -topics <%= @topics %> +topics <%= topics %> <% end %> send restricted_<%= @name %> @@ -81,10 +81,10 @@ include_ldap_query attrs mail ssl_ciphers ALL passwd <%= scope.lookupvar("sympa::server::ldap_password") %> - user cn=sympa-<%= @hostname %>,ou=System Accounts,<%= @dc_suffix %> - suffix ou=People,<%= @dc_suffix %> - filter (memberOf=cn=<%= @subscriber_ldap_group %>,ou=Group,<%= @dc_suffix %>) - host ldap.<%= @domain %> + user cn=sympa-<%= hostname %>,ou=System Accounts,<%= dc_suffix %> + suffix ou=People,<%= dc_suffix %> + filter (memberOf=cn=<%= subscriber_ldap_group %>,ou=Group,<%= dc_suffix %>) + host ldap.<%= domain %> <% end %> |