/[adm]/puppet/modules/postfix/templates/virtual_aliases
ViewVC logotype

Contents of /puppet/modules/postfix/templates/virtual_aliases

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3049 - (show annotations) (download)
Tue Apr 16 19:10:18 2013 UTC (11 years, 9 months ago) by boklm
File size: 1086 byte(s)
postfix: add aliases for old mailing lists
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 # Alias for old mailing list addresses
16 mageia-dev@mageia.org dev@ml.mageia.org
17 mageia-discuss@mageia.org discuss@ml.mageia.org
18 mageia-sysadm@mageia.org sysadmin-discuss@ml.mageia.org
19 mageia-i18n@mageia.org i18n-discuss@ml.mageia.org
20 mageia-bugsquad@mageia.org bugsquad-discuss@ml.mageia.org
21
22 # TODO see http://www.ietf.org/rfc/rfc2142.txt
23 <%
24 ['postmaster','hostmaster','abuse','noc','listmaster','MAILER-DAEMON'].each { |a|
25 %>
26 <%= a %>@<%= domain %> root@<%= domain %>
27 <%
28 }
29
30 ['webmaster','www'].each { |a|
31 %>
32 <%= a %>@<%= domain %> web@group.<%= domain %>
33 <% } %>
34
35 # TODO :
36 # info, marketing, sales -> marketing ( once we do have a team )

  ViewVC Help
Powered by ViewVC 1.1.30