aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postfix/templates/virtual_aliases
blob: 65ec5d99ef0738b64904afe0155b93604187eb30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# 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 %>

contact@<%= domain %> council@group.mageia.org

# later switch to a team alias
root@<%= domain %> sysadmin@group.<%= domain %>

security@<%= domain %> security@group.<%= domain %>

# Alias for old mailing list addresses
mageia-dev@mageia.org dev@ml.mageia.org
mageia-discuss@mageia.org discuss@ml.mageia.org
mageia-sysadm@mageia.org sysadmin-discuss@ml.mageia.org
mageia-i18n@mageia.org i18n-discuss@ml.mageia.org
mageia-bugsquad@mageia.org bugsquad-discuss@ml.mageia.org

# TODO see http://www.ietf.org/rfc/rfc2142.txt
<%
['postmaster','hostmaster','abuse','noc','listmaster','MAILER-DAEMON'].each { |a| 
%>
<%= a %>@<%= domain %> root@<%= domain %>
<% 
}

['webmaster','www'].each { |a| 
%>
<%= a %>@<%= domain %> web@group.<%= domain %>
<% } %>

# TODO :
# info, marketing, sales -> marketing ( once we do have a team )