Testsuite: split out conf for -bP test and lose dependency on Proxy/Socks
authorJeremy Harris <jgh146exb@wizmail.org>
Mon, 11 Jan 2016 14:25:02 +0000 (14:25 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Mon, 11 Jan 2016 14:27:01 +0000 (14:27 +0000)
test/confs/0572 [changed from symlink to file mode: 0644]
test/stdout/0572

deleted file mode 120000 (symlink)
index 4af051ca9853af8dd2cdb2f81c10ec428d7deaaf..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1 +0,0 @@
-4020
\ No newline at end of file
new file mode 100644 (file)
index 0000000000000000000000000000000000000000..2cce49c3856e3295d77fad37682529429557c1c0
--- /dev/null
@@ -0,0 +1,47 @@
+# Exim test configuration 0572
+
+OPT =
+
+exim_path = EXIM_PATH
+hide host_lookup_order = bydns
+primary_hostname = myhost.test.ex
+spool_directory = DIR/spool
+log_file_path = DIR/spool/log/%slog
+gecos_pattern = ""
+gecos_name = CALLER_NAME
+tls_advertise_hosts =
+
+# ----- Main settings -----
+
+log_selector = +outgoing_port
+
+domainlist local_domains = test.ex : *.test.ex
+acl_smtp_rcpt = accept
+
+
+# ----- Routers -----
+
+begin routers
+
+my_main_router:
+  driver = manualroute
+  route_list = * 127.0.0.1
+  self = send
+  transport = my_smtp
+  debug_print = router_name <$router_name>
+  no_more
+
+
+# ----- Transports -----
+
+begin transports
+
+my_smtp:
+  driver = smtp
+  interface = HOSTIPV4
+  port = PORT_S
+  hide socks_proxy = 127.0.0.1 port=PORT_D OPT
+  debug_print = transport_name <$transport_name>
+
+
+# End
index 87a02d3ed0c315d48972edff47507c1e5a31fbd2..bd537bc446e091336fbea46401d8a1ad96776675 100644 (file)
@@ -107,7 +107,7 @@ log_file_path = TESTSUITE/spool/log/%slog
 gecos_pattern = ""
 gecos_name = CALLER_NAME
 tls_advertise_hosts =
-log_selector = +proxy +outgoing_port
+log_selector = +outgoing_port
 domainlist local_domains = test.ex : *.test.ex
 acl_smtp_rcpt = accept