Add variables for wildcard portion of local-part affix. Bug 281
[exim.git] / test / confs / 0478
index bcdd98069ab7e6b973f7e7b15ee88397fce7cc82..786f6c547ed661169ab72d57c24fc1ff9518d50a 100644 (file)
@@ -2,13 +2,8 @@
 
 SERVER=
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-rfc1413_query_timeout = 0s
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/SERVER%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
@@ -32,7 +27,10 @@ begin transports
 t1:
   driver = smtp
   port = PORT_D
-  hosts = ${if eq {$sender_host_address}{}{$local_part}{V4NET.0.0.2}}
+  hosts_try_fastopen = :
+  hosts = ${if !eq {$sender_host_address}{} {V4NET.0.0.2} \
+               {${if eq {127.0.0.1}{$local_part} {127.0.0.1} \
+               {${if eq {V4NET.0.0.1}{$local_part} {V4NET.0.0.1}}}}}}
   allow_localhost
   connect_timeout = 1s