1 |
# do not forget to add $domain or it will not work |
2 |
# do not hardcode the domain, or it will be harvested by bot |
3 |
|
4 |
treasurer@<%= domain %> treasurer@group.<%= domain %> |
5 |
president@<%= domain %> ennael@<%= domain %> |
6 |
secretary@<%= domain %> obgr_seneca@<%= domain %> |
7 |
|
8 |
contact@<%= domain %> council@group.mageia.org |
9 |
|
10 |
# later switch to a team alias |
11 |
root@<%= domain %> sysadmin@group.<%= domain %> |
12 |
|
13 |
security@<%= domain %> security@group.<%= domain %> |
14 |
|
15 |
# TODO see http://www.ietf.org/rfc/rfc2142.txt |
16 |
<% |
17 |
['postmaster','hostmaster','abuse','noc','listmaster','MAILER-DAEMON'].each { |a| |
18 |
%> |
19 |
<%= a %>@<%= domain %> root@<%= domain %> |
20 |
<% |
21 |
} |
22 |
|
23 |
['webmaster','www'].each { |a| |
24 |
%> |
25 |
<%= a %>@<%= domain %> web@group.<%= domain %> |
26 |
<% } %> |
27 |
|
28 |
# TODO : |
29 |
# info, marketing, sales -> marketing ( once we do have a team ) |