PRDR: add implementation notes in sample configuration
[exim.git] / test / confs / 5401
index 5978b7fa01514deda64328c0d3c9faea0a82db96..0d93fe5bc991167b5a590920cf21ae0bab5dc700 100644 (file)
@@ -1,12 +1,8 @@
 # Exim test configuration 5401
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
 
 # ----- Main settings -----
 
@@ -20,7 +16,7 @@ begin acl
 
 acl_rcpt:
     accept     control = cutthrough_delivery
-               verify = recipient
+               verify = recipient/callout=use_sender
 
 
 # ----- Routers -----