Fix typos in Exim4 SRS router.
This commit is contained in:
parent
2f349b74fe
commit
5be41d4b0b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue