summaryrefslogtreecommitdiff
path: root/manifests/mail.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-08-06 18:21:23 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-08-06 18:21:23 -0300
commit713c0e5b7eb306e7f0112b93dec90c13c3df9df5 (patch)
tree5d5555019a4bda83b75ffbb41a2821ac6b58a151 /manifests/mail.pp
parentc783c4c439aa029f669eeff80788149a9dbe67fa (diff)
downloadpuppet-mail-713c0e5b7eb306e7f0112b93dec90c13c3df9df5.tar.gz
puppet-mail-713c0e5b7eb306e7f0112b93dec90c13c3df9df5.tar.bz2
Dovecot configuration and amavisd-new setup
Diffstat (limited to 'manifests/mail.pp')
-rw-r--r--manifests/mail.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/mail.pp b/manifests/mail.pp
index 0864b7c..7d70823 100644
--- a/manifests/mail.pp
+++ b/manifests/mail.pp
@@ -21,6 +21,7 @@ class mail {
#include mail::dovecot
#include mail::postfixadmin
#include mail::header_checks
+ #include mail::amavisd
# Postfix configuration
postfix::config {
@@ -29,9 +30,9 @@ class mail {
"mydestination": value => "$postfix_mydestination";
"mynetworks": value => "$postfix_mynetworks";
"relay_domains": value => "$domain";
- "virtual_alias_maps": value => "hash:/etc/postfix/virtual"; # TODO: use postfixadmin config instead
"transport_maps": value => "hash:/etc/postfix/transport";
"mailbox_command": value => '/usr/bin/maildrop -d ${USER}';
+ "mailbox_command": value => '/var/mail/virtual';
}
postfix::hash { "/etc/postfix/virtual":