diff options
author | Michael Scherer <misc@mageia.org> | 2010-11-19 20:19:06 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-11-19 20:19:06 +0000 |
commit | 626176bdb47c170a2314c17e8d6325e7a880d502 (patch) | |
tree | 78a8dfa5218d88b83f7ce24ac77f3b0a7db4d08f /modules/postfix | |
parent | 7883d567b3a3a1e00268c1adbddbe353df37f150 (diff) | |
download | puppet-626176bdb47c170a2314c17e8d6325e7a880d502.tar puppet-626176bdb47c170a2314c17e8d6325e7a880d502.tar.gz puppet-626176bdb47c170a2314c17e8d6325e7a880d502.tar.bz2 puppet-626176bdb47c170a2314c17e8d6325e7a880d502.tar.xz puppet-626176bdb47c170a2314c17e8d6325e7a880d502.zip |
add directive for aliases ( with a note for ldap alias ), and white space
Diffstat (limited to 'modules/postfix')
-rw-r--r-- | modules/postfix/templates/main.cf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/postfix/templates/main.cf b/modules/postfix/templates/main.cf index affa0d3d..41790325 100644 --- a/modules/postfix/templates/main.cf +++ b/modules/postfix/templates/main.cf @@ -45,8 +45,15 @@ mydestination = <%= fqdn %> <%- if classes.include?('sympa') -%> ml.<%= domain %> <%- end -%> + +alias_maps = hash:/etc/aliases + # uncomment if we want to enable ldap based alias + # and create the file + #ldap:/etc/postfix/ldap_aliases.conf <%- end -%> + transport_maps = regexp:/etc/postfix/transport_regexp + <%- end -%> <%- if classes.include?('sympa') -%> |