summaryrefslogtreecommitdiff
path: root/manifests/amavisd.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-11-28 15:10:15 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-11-28 15:10:15 -0200
commit2cac2459245a94aa06adc2f48a8da38893eb6b5d (patch)
treeb236c84422610ccd6277b40b0694eef85b2b8ee2 /manifests/amavisd.pp
parentd04748ea87c5d7e84fd96a5e8d6fbedeca1e25f8 (diff)
downloadpuppet-mail-2cac2459245a94aa06adc2f48a8da38893eb6b5d.tar.gz
puppet-mail-2cac2459245a94aa06adc2f48a8da38893eb6b5d.tar.bz2
Adding undecipherable_subject_tag amavis config
Diffstat (limited to 'manifests/amavisd.pp')
-rw-r--r--manifests/amavisd.pp9
1 files changed, 9 insertions, 0 deletions
diff --git a/manifests/amavisd.pp b/manifests/amavisd.pp
index 36c329c..720c15c 100644
--- a/manifests/amavisd.pp
+++ b/manifests/amavisd.pp
@@ -32,6 +32,15 @@ class mail::amavisd {
notify => Service['amavis'],
}
+ file { "/etc/amavis/conf.d/50-user":
+ ensure => present,
+ owner => root,
+ group => root,
+ mode => 0644,
+ source => "puppet:///modules/mail/amavisd/50-user",
+ notify => Service['amavis'],
+ }
+
group { 'amavis':
ensure => present,
}