diff options
author | Michael Scherer <misc@mageia.org> | 2010-12-14 18:29:47 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-12-14 18:29:47 +0000 |
commit | be44eccc20fd078e0676803db41971d80806f146 (patch) | |
tree | e423beb60adbdd801fbb214aba25d04ad1b4827e /modules | |
parent | 905c09300227ddffcdb571456e23d954d0a81dec (diff) | |
download | puppet-be44eccc20fd078e0676803db41971d80806f146.tar puppet-be44eccc20fd078e0676803db41971d80806f146.tar.gz puppet-be44eccc20fd078e0676803db41971d80806f146.tar.bz2 puppet-be44eccc20fd078e0676803db41971d80806f146.tar.xz puppet-be44eccc20fd078e0676803db41971d80806f146.zip |
sympa requires to have a least one static owner defined in config
Diffstat (limited to 'modules')
-rw-r--r-- | modules/sympa/templates/config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/sympa/templates/config b/modules/sympa/templates/config index 9e27d49f..219bff68 100644 --- a/modules/sympa/templates/config +++ b/modules/sympa/templates/config @@ -19,6 +19,11 @@ unsubscribe open_web_only_notify # TODO reception nomail # profile normal + +owner +email postmaster@<%= domain %> +reception nomail + owner_include source mga-sysadmin reception nomail |