]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - test/confs/0227
DMARC: add ARC info to history records
[user/henk/code/exim.git] / test / confs / 0227
index fea66e16f8d7b950f9a91350e970bd4ff582353a..a0b85c287b528c447e4f21c2889b429ee78c7647 100644 (file)
@@ -79,13 +79,15 @@ all:
 begin transports
 
 smtp:
-  driver = smtp
-  port = PORT_S
+  driver =     smtp
+  port =       PORT_S
+  interface =  ${if eq {bindfail}{$local_part} {1.1.1.1}{}}
+  hosts_try_fastopen = :
 
 lmtp:
-  driver = smtp
-  port = PORT_S
-  protocol = lmtp
+  driver =     smtp
+  port =       PORT_S
+  protocol =   lmtp
 
 
 # ----- Retry -----