From e980a351f0ff9060d7669fcfbda5c9d6c9890ced Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 29 May 2010 20:09:56 -0300 Subject: Don't use exim for mail tunnels --- manifests/subsystems/tunnel.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/subsystems/tunnel.pp') diff --git a/manifests/subsystems/tunnel.pp b/manifests/subsystems/tunnel.pp index 72c87f8..7bca56f 100644 --- a/manifests/subsystems/tunnel.pp +++ b/manifests/subsystems/tunnel.pp @@ -71,7 +71,7 @@ class tunnel { tunnel::setup { "smtp": host => "$name.$domain", sshport => "$sshport", - localport => '25', + localport => '2525', hostport => '25', } } -- cgit v1.2.3