--- /dev/null
+use strict;
+
+#
+# Place your configuration directives here. They will override those in
+# earlier files.
+#
+# See /usr/share/doc/amavisd-new/ for documentation and examples of
+# the directives you can use in this file
+#
+
+# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498832
+$undecipherable_subject_tag = undef;
+
+#------------ Do not modify anything below this line -------------
+1; # ensure a defined return
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,
}