aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-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 )