PRDR: add implementation notes in sample configuration
[exim.git] / test / confs / 0140
index d44f11a04850ff807d9097cb6da87eab3b6c3b31..02567153ceff659d983b0500e8fa8dcd210842f6 100644 (file)
@@ -1,12 +1,7 @@
 # Exim test configuration 0140
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-tls_advertise_hosts =
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
@@ -27,7 +22,7 @@ reply:
   driver = accept
   retry_use_local_part
   senders = !
-  transport = $local_part
+  transport = ${if eq {reply1}{$local_part} {reply1}{reply2}}
 
 
 # ----- Transports -----