From 5be41d4b0b947bd4528b83ea3527bba1204ba92a Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Wed, 31 May 2023 15:20:12 +0100 Subject: [PATCH] Fix typos in Exim4 SRS router. --- states/email/exim4/conf.d/router/180_srs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/states/email/exim4/conf.d/router/180_srs b/states/email/exim4/conf.d/router/180_srs index 2b49d33..e156f25 100644 --- a/states/email/exim4/conf.d/router/180_srs +++ b/states/email/exim4/conf.d/router/180_srs @@ -1,4 +1,4 @@ -fdef SRS_SECRET +.ifdef SRS_SECRET .ifdef DCconfig_internet @@ -9,7 +9,7 @@ fdef SRS_SECRET domains = ! +local_domains condition = ${if !eq {$local_part@$domain} \ {$original_local_part@$original_domain}} - transport = {remote_forwarded_smtp} + transport = remote_forwarded_smtp .elifdef DCconfig_smarthost DCconfig_satellite @@ -20,7 +20,7 @@ fdef SRS_SECRET domains = ! +local_domains condition = ${if !eq {$local_part@$domain} \ {$original_local_part@$original_domain}} - transport = {remote_forwarded_smtp_smarthost} + transport = remote_forwarded_smtp_smarthost .endif