/[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 1559 - (hide 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 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     treasurer@<%= domain %> dams@<%= domain %>
5     president@<%= domain %> ennael@<%= domain %>
6     secretary@<%= domain %> misc@<%= domain %>
7    
8     # later switch to a team alias
9 misc 1414 root@<%= domain %> sysadmin@group.<%= domain %>
10 misc 1379
11 misc 1559 security@<%= domain %> security_officers@group.<%= domain %>
12 misc 1554
13 misc 1379 # TODO see http://www.ietf.org/rfc/rfc2142.txt
14 misc 1414 <%
15     ['postmaster','hostmaster','abuse','noc','security','listmaster','MAILER-DAEMON'].each { |a|
16     %>
17     <%= a %>@<%= domain %> root@<%= domain %>
18     <%
19     }
20 misc 1379
21 misc 1414 ['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