diff options
author | Damien Lallement <dams@mageia.org> | 2012-05-14 10:52:03 +0000 |
---|---|---|
committer | Damien Lallement <dams@mageia.org> | 2012-05-14 10:52:03 +0000 |
commit | 94a347cb5270232496740f15664b35c48bf58f80 (patch) | |
tree | cd7884fac425b571a387b8eb1dcd83dad00db424 /modules/postfix | |
parent | d88c3e5ded3b516f4d4470e069857fa486cdf2fc (diff) | |
download | puppet-94a347cb5270232496740f15664b35c48bf58f80.tar puppet-94a347cb5270232496740f15664b35c48bf58f80.tar.gz puppet-94a347cb5270232496740f15664b35c48bf58f80.tar.bz2 puppet-94a347cb5270232496740f15664b35c48bf58f80.tar.xz puppet-94a347cb5270232496740f15664b35c48bf58f80.zip |
- update alias for treasurer and secretary
Diffstat (limited to 'modules/postfix')
-rw-r--r-- | modules/postfix/templates/virtual_aliases | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/postfix/templates/virtual_aliases b/modules/postfix/templates/virtual_aliases index 9dfe9670..0890dd06 100644 --- a/modules/postfix/templates/virtual_aliases +++ b/modules/postfix/templates/virtual_aliases @@ -1,9 +1,9 @@ # do not forget to add $domain or it will not work # do not hardcode the domain, or it will be harvested by bot -treasurer@<%= domain %> dams@<%= domain %> +treasurer@<%= domain %> rda@<%= domain %> president@<%= domain %> ennael@<%= domain %> -secretary@<%= domain %> misc@<%= domain %> +secretary@<%= domain %> obgr_seneca@<%= domain %> # later switch to a team alias root@<%= domain %> sysadmin@group.<%= domain %> |