/[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 1559 - (show annotations) (download)
Wed Apr 20 22:07:52 2011 UTC (13 years ago) by misc
File size: 748 byte(s)
fix aliases, as noticed by stew on irc

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','security','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