aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-19 20:19:06 +0000
committerMichael Scherer <misc@mageia.org>2010-11-19 20:19:06 +0000
commit626176bdb47c170a2314c17e8d6325e7a880d502 (patch)
tree78a8dfa5218d88b83f7ce24ac77f3b0a7db4d08f /modules
parent7883d567b3a3a1e00268c1adbddbe353df37f150 (diff)
downloadpuppet-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')
-rw-r--r--modules/postfix/templates/main.cf7
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') -%>