/[adm]/puppet/modules/postfix/templates/virtual_aliases
ViewVC logotype

Annotation of /puppet/modules/postfix/templates/virtual_aliases

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3022 - (hide annotations) (download)
Wed Mar 20 15:10:14 2013 UTC (11 years, 1 month ago) by boklm
File size: 794 byte(s)
postfix: update treasurer@ alias
1 misc 1348 # 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 boklm 3022 treasurer@<%= domain %> treasurer@group.<%= domain %>
5 misc 1348 president@<%= domain %> ennael@<%= domain %>
6 dams 2746 secretary@<%= domain %> obgr_seneca@<%= domain %>
7 misc 1348
8 boklm 3021 contact@<%= domain %> council@group.mageia.org
9    
10 misc 1348 # later switch to a team alias
11 misc 1414 root@<%= domain %> sysadmin@group.<%= domain %>
12 misc 1379
13 boklm 2993 security@<%= domain %> security@group.<%= domain %>
14 misc 1554
15 misc 1379 # TODO see http://www.ietf.org/rfc/rfc2142.txt
16 misc 1414 <%
17 misc 2006 ['postmaster','hostmaster','abuse','noc','listmaster','MAILER-DAEMON'].each { |a|
18 misc 1414 %>
19     <%= a %>@<%= domain %> root@<%= domain %>
20     <%
21     }
22 misc 1379
23 misc 1414 ['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