From 04a74f07bd70c2bcdca28fd3111dbe857cd4a733 Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 12 Dec 2010 18:13:20 +0100 Subject: open outgoing connections if we manage a proxy --- manifests/init.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'manifests') diff --git a/manifests/init.pp b/manifests/init.pp index d7e0e9e..eb88230 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -23,6 +23,10 @@ class dovecot( if $dovecot::manage_shorewall { include shorewall::rules::pop3 include shorewall::rules::imap + if $type == 'proxy' { + include shorewall::rules::out::imap + include shorewall::rules::out::pop3 + } } if $dovecot::munin_checks { -- cgit v1.2.3