git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
DMARC: expand main-config options. Bug 3102
[exim.git]
/
test
/
confs
/
4020
diff --git
a/test/confs/4020
b/test/confs/4020
index dc0db460e9b7a48d5333942b544ef2f5de2f29e4..763acc15a381f3b199d1263870696cd072411274 100644
(file)
--- a/
test/confs/4020
+++ b/
test/confs/4020
@@
-43,10
+43,16
@@
my_smtp:
driver = smtp
interface = HOSTIPV4
port = PORT_S
driver = smtp
interface = HOSTIPV4
port = PORT_S
+.ifdef FALLBACK
+ socks_proxy = ${if eq {1}{1} {}}
+.else
hide socks_proxy = HOSTIPV4 port=PORT_D OPT
hide socks_proxy = HOSTIPV4 port=PORT_D OPT
+.endif
hosts_try_fastopen = ${if eq {$local_part}{user_tfo} {*}}
debug_print = transport_name <$transport_name>
hosts_try_fastopen = ${if eq {$local_part}{user_tfo} {*}}
debug_print = transport_name <$transport_name>
+.ifdef _HAVE_EVENT
event_action = ${if eq {smtp:connect}{$event_name} {${acl {logger}}} {}}
event_action = ${if eq {smtp:connect}{$event_name} {${acl {logger}}} {}}
+.endif
# End
# End