summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-12-12 18:13:20 +0100
committermh <mh@immerda.ch>2010-12-12 18:13:20 +0100
commit04a74f07bd70c2bcdca28fd3111dbe857cd4a733 (patch)
treeee5b8aa239fc48b95577a118b757f82648abb516
parent3c4a0c0b82a619986d01418525779f5c1cfde5af (diff)
open outgoing connections if we manage a proxy
-rw-r--r--manifests/init.pp4
1 files changed, 4 insertions, 0 deletions
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 {