! too much spam !
[hgr.git] / manifests / postfix.pp
index 506af5c..9bee275 100644 (file)
@@ -34,6 +34,14 @@ class hgr::postfix {
          mode => "0644",
          notify => Service["postfix"],
          require => [Package["postfix","spamassassin"]];
+      # TODO:  need to run portmap on this file after updating it / before restarting postfix
+      "/etc/postfix/send_access":
+         ensure => present,
+         owner => "root",
+         group => "root",
+          mode => "0644",
+         notify => Service["postfix"],
+         require => Package["postfix"];
       "/etc/procmailrc":
          ensure => present,
          source => "puppet:///modules/hgr/procmailrc",
@@ -41,8 +49,6 @@ class hgr::postfix {
          group => "root",
          mode => "0644",
          require => Package["procmail"];
-
-
   }
 
   service {
@@ -51,8 +57,4 @@ class hgr::postfix {
        enable => true,
        require => Package["postfix"];
   }
-
-
-    
-
 }