Logging: for callout errors likely to be config problems, include the transport in...
[exim.git] / test / confs / 0227
index 36050fa7dbad3a82a97a99bc0fb75fff90cf1138..a0b85c287b528c447e4f21c2889b429ee78c7647 100644 (file)
@@ -79,14 +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 -----