/[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 3481 - (show annotations) (download)
Wed Jun 11 22:26:26 2014 UTC (9 years, 10 months ago) by colin
File size: 1167 byte(s)
postfix: Use domain variable (not that we're going to change name anytime soon)
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.<%= domain %>
9 press@<%= domain %> council@group.<%= domain %>
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@<%= domain %> dev@ml.<%= domain %>
18 mageia-discuss@<%= domain %> discuss@ml.<%= domain %>
19 mageia-sysadm@<%= domain %> sysadmin-discuss@ml.<%= domain %>
20 mageia-i18n@<%= domain %> i18n-discuss@ml.<%= domain %>
21 mageia-bugsquad@<%= domain %> bugsquad-discuss@ml.<%= domain %>
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