/[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 2006 - (show annotations) (download)
Wed Sep 14 20:30:50 2011 UTC (12 years, 7 months ago) by misc
File size: 737 byte(s)
security@ is present twice in the aliases list
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 %> dams@<%= domain %>
5 president@<%= domain %> ennael@<%= domain %>
6 secretary@<%= domain %> misc@<%= domain %>
7
8 # later switch to a team alias
9 root@<%= domain %> sysadmin@group.<%= domain %>
10
11 security@<%= domain %> security_officers@group.<%= domain %>
12
13 # TODO see http://www.ietf.org/rfc/rfc2142.txt
14 <%
15 ['postmaster','hostmaster','abuse','noc','listmaster','MAILER-DAEMON'].each { |a|
16 %>
17 <%= a %>@<%= domain %> root@<%= domain %>
18 <%
19 }
20
21 ['webmaster','www'].each { |a|
22 %>
23 <%= a %>@<%= domain %> web@group.<%= domain %>
24 <% } %>
25
26 # TODO :
27 # info, marketing, sales -> marketing ( once we do have a team )

  ViewVC Help
Powered by ViewVC 1.1.30