diff options
author | Michael Scherer <misc@mageia.org> | 2011-03-22 16:18:10 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-03-22 16:18:10 +0000 |
commit | 08fd1d27257602906a1a2c617cd7ea45d100d5af (patch) | |
tree | 0a68e8b80ce9f5faba4870c5ecdb1206e25642be /modules/postfix | |
parent | d09633a8bb68778d64ac5799a60b4f5e912d1892 (diff) | |
download | puppet-08fd1d27257602906a1a2c617cd7ea45d100d5af.tar puppet-08fd1d27257602906a1a2c617cd7ea45d100d5af.tar.gz puppet-08fd1d27257602906a1a2c617cd7ea45d100d5af.tar.bz2 puppet-08fd1d27257602906a1a2c617cd7ea45d100d5af.tar.xz puppet-08fd1d27257602906a1a2c617cd7ea45d100d5af.zip |
- add missing aliases file, as noticed by boklm
Diffstat (limited to 'modules/postfix')
-rw-r--r-- | modules/postfix/templates/virtual_aliases | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/postfix/templates/virtual_aliases b/modules/postfix/templates/virtual_aliases new file mode 100644 index 00000000..5f1a4341 --- /dev/null +++ b/modules/postfix/templates/virtual_aliases @@ -0,0 +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 %> +president@<%= domain %> ennael@<%= domain %> +secretary@<%= domain %> misc@<%= domain %> + +# later switch to a team alias +root@<%= domain %> mageia-sysadm@<%= domain %> |