# Exim test configuration 0623
+SERVER=
+
.include DIR/aux-var/std_conf_prefix
+primary_hostname = myhost.test.ex
+log_selector = +pipelining +received_recipients +smtp_connection
+
# ----- Main settings -----
-domainlist local_domains = @
+acl_smtp_rcpt = accept
+
+# ----- Routers -----
+
+begin routers
+
+client:
+ driver = accept
+ transport = send_to_server
+ errors_to = ""
+
+
+# ----- Transports -----
+
+begin transports
-acl_smtp_rcpt = chk_rcpt
+send_to_server:
+ driver = smtp
+ allow_localhost
+ hosts = 127.0.0.1
+ port = PORT_D
-queue_only
+# ----- Retry -----
-# ----- ACL -----
+begin retry
-begin acl
+* * F,5d,10s
-chk_rcpt:
- accept local_parts = lsearch;DIR/aux-fixed/TESTNUM.list
- domains = lsearch;DIR/aux-fixed/TESTNUM.list
# End