PRDR: add implementation notes in sample configuration
[exim.git] / test / confs / 0140
index 8ab406add3d940d9be9207c7ce84023e29a9bd48..02567153ceff659d983b0500e8fa8dcd210842f6 100644 (file)
@@ -1,13 +1,7 @@
 # Exim test configuration 0140
 
-exim_path = EXIM_PATH
-keep_environment =
-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 -----
 
@@ -28,7 +22,7 @@ reply:
   driver = accept
   retry_use_local_part
   senders = !
-  transport = $local_part
+  transport = ${if eq {reply1}{$local_part} {reply1}{reply2}}
 
 
 # ----- Transports -----