aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postfix
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-03-29 00:06:33 +0000
committerMichael Scherer <misc@mageia.org>2011-03-29 00:06:33 +0000
commitb90609f995575d5981fd5330d8964134c76e7b63 (patch)
tree4693831b20ddc135032ecfd09aabd473496d53bd /modules/postfix
parent8dca48d48fa9d225178c19a1aaec4960bb5e9b61 (diff)
downloadpuppet-b90609f995575d5981fd5330d8964134c76e7b63.tar
puppet-b90609f995575d5981fd5330d8964134c76e7b63.tar.gz
puppet-b90609f995575d5981fd5330d8964134c76e7b63.tar.bz2
puppet-b90609f995575d5981fd5330d8964134c76e7b63.tar.xz
puppet-b90609f995575d5981fd5330d8964134c76e7b63.zip
- add rfc2142 aliases, aka postmaster, etc
Diffstat (limited to 'modules/postfix')
-rw-r--r--modules/postfix/templates/virtual_aliases28
1 files changed, 14 insertions, 14 deletions
diff --git a/modules/postfix/templates/virtual_aliases b/modules/postfix/templates/virtual_aliases
index f44cfeda..15b78f5f 100644
--- a/modules/postfix/templates/virtual_aliases
+++ b/modules/postfix/templates/virtual_aliases
@@ -6,20 +6,20 @@ president@<%= domain %> ennael@<%= domain %>
secretary@<%= domain %> misc@<%= domain %>
# later switch to a team alias
-root@<%= domain %> mageia-sysadm@<%= domain %>
+root@<%= domain %> sysadmin@group.<%= domain %>
# TODO see http://www.ietf.org/rfc/rfc2142.txt
-#postmaster: root
-#hostmaster:
-#abuse:
-#noc:
-#security:
-#listmaster:
-#
-#webmaster: webteam
-#www:
-#
-# info, marketing, sales ?
+<%
+['postmaster','hostmaster','abuse','noc','security','listmaster','MAILER-DAEMON'].each { |a|
+%>
+<%= a %>@<%= domain %> root@<%= domain %>
+<%
+}
-# for testing
-MAILER-DAEMON@<%= domain %> misc@<%= domain %>
+['webmaster','www'].each { |a|
+%>
+<%= a %>@<%= domain %> web@group.<%= domain %>
+<% } %>
+
+# TODO :
+# info, marketing, sales -> marketing ( once we do have a team )