diff options
| author | pvi-tm <pvi-gitlab@vilarem.net> | 2026-02-08 14:15:13 +0100 |
|---|---|---|
| committer | pvi-tm <pvi-gitlab@vilarem.net> | 2026-02-08 14:15:13 +0100 |
| commit | 1f60b0ea9e510c8987fe2b74edaebd1f35fa4832 (patch) | |
| tree | 12ee614aaacedd99af85add9f3e3e805d72d25e5 /modules/postfix | |
| parent | 22afd3a1225dc156486430676fc4526b5a8c1054 (diff) | |
| download | puppet-1f60b0ea9e510c8987fe2b74edaebd1f35fa4832.tar puppet-1f60b0ea9e510c8987fe2b74edaebd1f35fa4832.tar.gz puppet-1f60b0ea9e510c8987fe2b74edaebd1f35fa4832.tar.bz2 puppet-1f60b0ea9e510c8987fe2b74edaebd1f35fa4832.tar.xz puppet-1f60b0ea9e510c8987fe2b74edaebd1f35fa4832.zip | |
Improving aliases for new bureau
Diffstat (limited to 'modules/postfix')
| -rw-r--r-- | modules/postfix/templates/virtual_aliases | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/postfix/templates/virtual_aliases b/modules/postfix/templates/virtual_aliases index 5d1573f3..96e97001 100644 --- a/modules/postfix/templates/virtual_aliases +++ b/modules/postfix/templates/virtual_aliases @@ -1,11 +1,13 @@ # do not forget to add $domain or it will not work # do not hardcode the domain, or it will be harvested by bot -treasurer@<%= domain %> treasurer@group.<%= domain %> president@<%= domain %> jibz@<%= domain %> secretary@<%= domain %> papoteur@<%= domain %> +tresorier@<%= domain %> maat@<%= domain %> + +treasurer@<%= domain %> treasurer@group.<%= domain %> -executive@<%= domain %> maat@<%= domain %> +executive@<%= domain %> president@<%= domain %>, secretary@<%= domain %>, tresorier@<%= domain %> maat@<%= domain %> admin@<%= domain %> maat@<%= domain %> contact@<%= domain %> council@group.<%= domain %> |
