From 078f3e9fb1fcc8f5441a493c5634193d98dad0b6 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 21 Dec 2012 16:58:15 -0200 Subject: Enabling smtps port at firewall::vserver::mail (3) --- manifests/subsystems/firewall/vserver.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'manifests/subsystems/firewall/vserver.pp') diff --git a/manifests/subsystems/firewall/vserver.pp b/manifests/subsystems/firewall/vserver.pp index c9030f4..4415952 100644 --- a/manifests/subsystems/firewall/vserver.pp +++ b/manifests/subsystems/firewall/vserver.pp @@ -222,9 +222,9 @@ class firewall::vserver::mail($destination, $zone = 'fw') { shorewall::rule { 'mail-5': action => 'DNAT', source => 'net', - destination => "$zone:$destination:465", + destination => "$zone:$destination:587", proto => 'tcp', - destinationport => '465', + destinationport => '587', ratelimit => "$firewall_ssl_ratelimit", order => '1004', } @@ -232,9 +232,9 @@ class firewall::vserver::mail($destination, $zone = 'fw') { shorewall::rule { 'mail-6': action => 'DNAT', source => '$FW', - destination => "$zone:$destination:465", + destination => "$zone:$destination:587", proto => 'tcp', - destinationport => '465', + destinationport => '587', originaldest => "$ipaddress", ratelimit => "$firewall_ssl_ratelimit", order => '1005', -- cgit v1.2.3