From 713c0e5b7eb306e7f0112b93dec90c13c3df9df5 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 6 Aug 2010 18:21:23 -0300 Subject: Dovecot configuration and amavisd-new setup --- manifests/mail.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manifests/mail.pp') 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": -- cgit v1.2.3