/[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 3094 - (show annotations) (download)
Tue May 21 08:14:09 2013 UTC (10 years, 11 months ago) by neoclust
File size: 1131 byte(s)
Add press alias ( asked by ennael)
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 press@<%= domain %> council@group.mageia.org
10
11 # later switch to a team alias
12 root@<%= domain %> sysadmin@group.<%= domain %>
13
14 security@<%= domain %> security@group.<%= domain %>
15
16 # Alias for old mailing list addresses
17 mageia-dev@mageia.org dev@ml.mageia.org
18 mageia-discuss@mageia.org discuss@ml.mageia.org
19 mageia-sysadm@mageia.org sysadmin-discuss@ml.mageia.org
20 mageia-i18n@mageia.org i18n-discuss@ml.mageia.org
21 mageia-bugsquad@mageia.org bugsquad-discuss@ml.mageia.org
22
23 # TODO see http://www.ietf.org/rfc/rfc2142.txt
24 <%
25 ['postmaster','hostmaster','abuse','noc','listmaster','MAILER-DAEMON'].each { |a|
26 %>
27 <%= a %>@<%= domain %> root@<%= domain %>
28 <%
29 }
30
31 ['webmaster','www'].each { |a|
32 %>
33 <%= a %>@<%= domain %> web@group.<%= domain %>
34 <% } %>
35
36 # TODO :
37 # info, marketing, sales -> marketing ( once we do have a team )

  ViewVC Help
Powered by ViewVC 1.1.30