diff options
author | Michael Scherer <misc@mageia.org> | 2011-03-24 02:52:33 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-03-24 02:52:33 +0000 |
commit | ef9d8aa338f53e591983c0b557259bf67d34de61 (patch) | |
tree | 247756eea2664f8f527986bdcac74af6636387d5 /modules/postfix | |
parent | d951a3d57cfeeab450450b7cdfb51b9844a3c648 (diff) | |
download | puppet-ef9d8aa338f53e591983c0b557259bf67d34de61.tar puppet-ef9d8aa338f53e591983c0b557259bf67d34de61.tar.gz puppet-ef9d8aa338f53e591983c0b557259bf67d34de61.tar.bz2 puppet-ef9d8aa338f53e591983c0b557259bf67d34de61.tar.xz puppet-ef9d8aa338f53e591983c0b557259bf67d34de61.zip |
- add the list of alias mandated by the RFC
- add myself for mailer-daemon, so I can check if the message are useful or not
Diffstat (limited to 'modules/postfix')
-rw-r--r-- | modules/postfix/templates/virtual_aliases | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/postfix/templates/virtual_aliases b/modules/postfix/templates/virtual_aliases index 5f1a4341..b844298c 100644 --- a/modules/postfix/templates/virtual_aliases +++ b/modules/postfix/templates/virtual_aliases @@ -7,3 +7,18 @@ secretary@<%= domain %> misc@<%= domain %> # later switch to a team alias root@<%= domain %> mageia-sysadm@<%= domain %> + +# TODO see http://www.ietf.org/rfc/rfc2142.txt +#postmaster: root +#hostmaster: +#abuse: +#noc: +#security: +# +#webmaster: webteam +#www: +# +# info, marketing, sales ? + +# for testing +MAILER-DAEMON@<%= domain %> misc@<%= domain %> |