/[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 3022 - (show annotations) (download)
Wed Mar 20 15:10:14 2013 UTC (11 years, 10 months ago) by boklm
File size: 794 byte(s)
postfix: update treasurer@ alias
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
10 # later switch to a team alias
11 root@<%= domain %> sysadmin@group.<%= domain %>
12
13 security@<%= domain %> security@group.<%= domain %>
14
15 # TODO see http://www.ietf.org/rfc/rfc2142.txt
16 <%
17 ['postmaster','hostmaster','abuse','noc','listmaster','MAILER-DAEMON'].each { |a|
18 %>
19 <%= a %>@<%= domain %> root@<%= domain %>
20 <%
21 }
22
23 ['webmaster','www'].each { |a|
24 %>
25 <%= a %>@<%= domain %> web@group.<%= domain %>
26 <% } %>
27
28 # TODO :
29 # info, marketing, sales -> marketing ( once we do have a team )

  ViewVC Help
Powered by ViewVC 1.1.30