DMARC: expand main-config options. Bug 3102
[exim.git] / test / confs / 4020
index dc0db460e9b7a48d5333942b544ef2f5de2f29e4..763acc15a381f3b199d1263870696cd072411274 100644 (file)
@@ -43,10 +43,16 @@ my_smtp:
   driver =             smtp
   interface =          HOSTIPV4
   port =               PORT_S
+.ifdef FALLBACK
+  socks_proxy =                ${if eq {1}{1} {}}
+.else
   hide socks_proxy =   HOSTIPV4 port=PORT_D OPT
+.endif
   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}}} {}}
+.endif
 
 
 # End