aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postfix/templates/virtual_aliases
diff options
context:
space:
mode:
Diffstat (limited to 'modules/postfix/templates/virtual_aliases')
-rw-r--r--modules/postfix/templates/virtual_aliases20
1 files changed, 10 insertions, 10 deletions
diff --git a/modules/postfix/templates/virtual_aliases b/modules/postfix/templates/virtual_aliases
index 861e79c6..a3c9d125 100644
--- a/modules/postfix/templates/virtual_aliases
+++ b/modules/postfix/templates/virtual_aliases
@@ -1,32 +1,32 @@
# 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 %> treasurer@group.<%= domain %>
-president@<%= domain %> ennael@<%= domain %>
-secretary@<%= domain %> obgr_seneca@<%= domain %>
+treasurer@<%= @domain %> treasurer@group.<%= @domain %>
+president@<%= @domain %> ennael@<%= @domain %>
+secretary@<%= @domain %> obgr_seneca@<%= @domain %>
-contact@<%= domain %> council@group.<%= domain %>
-press@<%= domain %> council@group.<%= domain %>
+contact@<%= @domain %> council@group.<%= @domain %>
+press@<%= @domain %> council@group.<%= @domain %>
# later switch to a team alias
-root@<%= domain %> sysadmin@group.<%= domain %>
+root@<%= @domain %> sysadmin@group.<%= @domain %>
-security@<%= domain %> security@group.<%= domain %>
+security@<%= @domain %> security@group.<%= @domain %>
# Temporary(?) alias until there is a real board-commits@ list
-board-commits@ml.<%= domain %> board-public@ml.<%= domain %>
+board-commits@ml.<%= @domain %> board-public@ml.<%= @domain %>
# TODO see https://www.ietf.org/rfc/rfc2142.txt
<%
['postmaster','hostmaster','abuse','noc','listmaster','MAILER-DAEMON'].each { |a|
%>
-<%= a %>@<%= domain %> root@<%= domain %>
+<%= @a %>@<%= @domain %> root@<%= @domain %>
<%
}
['webmaster','www'].each { |a|
%>
-<%= a %>@<%= domain %> web@group.<%= domain %>
+<%= @a %>@<%= @domain %> web@group.<%= @domain %>
<% } %>
# TODO :