Modified: puppet/modules/postfix/templates/main.cf
===================================================================
--- puppet/modules/postfix/templates/main.cf 2010-11-19 20:19:03 UTC (rev 331)
+++ puppet/modules/postfix/templates/main.cf 2010-11-19 20:19:06 UTC (rev 332)
@@ -45,8 +45,15 @@
<%- 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') -%>