/[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 2746 - (show annotations) (download)
Mon May 14 10:52:03 2012 UTC (11 years, 11 months ago) by dams
File size: 743 byte(s)
- update alias for treasurer and secretary

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 %> rda@<%= domain %>
5 president@<%= domain %> ennael@<%= domain %>
6 secretary@<%= domain %> obgr_seneca@<%= 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