diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-06 18:21:23 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-06 18:21:23 -0300 |
commit | 713c0e5b7eb306e7f0112b93dec90c13c3df9df5 (patch) | |
tree | 5d5555019a4bda83b75ffbb41a2821ac6b58a151 /manifests/init.pp | |
parent | c783c4c439aa029f669eeff80788149a9dbe67fa (diff) | |
download | puppet-mail-713c0e5b7eb306e7f0112b93dec90c13c3df9df5.tar.gz puppet-mail-713c0e5b7eb306e7f0112b93dec90c13c3df9df5.tar.bz2 |
Dovecot configuration and amavisd-new setup
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 29bca6d..f4f98d6 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -9,3 +9,4 @@ import "packages.pp" import "postfixadmin" import "sasl.pp" import "tls.pp" +import "amavisd.pp" |