summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {