]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - test/confs/3401
Make the multi_domain smtp transport option expanded
[user/henk/code/exim.git] / test / confs / 3401
index 92c0afc32276fa68e0d56e1cb6b6bbbb2aeb9a14..60b1a4624e53c35da7a12bc0870689cd6f76db75 100644 (file)
@@ -62,14 +62,12 @@ smtp_try:
   driver = smtp
   hosts_try_auth = *
   port = PORT_S
-  interface = 127.0.0.1
   authenticated_sender = ${if eq{$local_part}{forcesender}{force@x.y.z}fail}
 
 smtp_force:
   driver = smtp
   hosts_require_auth = *
   port = PORT_S
-  interface = 127.0.0.1
 
 
 # ----- Retry -----