Revision
472
Author
misc
Date
2010-11-25 18:48:11 +0100 (Thu, 25 Nov 2010)

Log Message

filter mail trough amavis ( for spamassassin ) and block some extension

Modified Paths

Modified: puppet/modules/postfix/templates/main.cf
===================================================================
--- puppet/modules/postfix/templates/main.cf	2010-11-25 17:48:10 UTC (rev 471)
+++ puppet/modules/postfix/templates/main.cf	2010-11-25 17:48:11 UTC (rev 472)
@@ -52,6 +52,7 @@
 
 <%- if all_tags.include?('postfix::smtp_server') -%>
 transport_maps = regexp:/etc/postfix/transport_regexp
+content_filter = smtp-filter:[127.0.0.1]:10025
 <%- end -%>
 
 <%- if classes.include?('sympa') -%>