Testsuite: split out conf for -bP test and lose dependency on Proxy/Socks
[exim.git] / test / stdout / 0572
1 spool_directory = TESTSUITE/spool
2
3 host_lookup_order = bydns
4
5 domainlist local_domains = test.ex : *.test.ex
6
7 no_body_only
8 current_directory = 
9 debug_print = transport_name <$transport_name>
10 no_delivery_date_add
11 no_disable_logging
12 driver = smtp
13 no_envelope_to_add
14 event_action = 
15 group = 
16 headers_add = 
17 no_headers_only
18 headers_remove = 
19 headers_rewrite = 
20 home_directory = 
21 no_initgroups
22 max_parallel = 
23 message_size_limit = 
24 no_rcpt_include_affixes
25 no_retry_use_local_part
26 return_path = 
27 no_return_path_add
28 shadow_condition = 
29 shadow_transport = 
30 transport_filter = 
31 transport_filter_timeout = 5m
32 user = 
33 address_retry_include_sender
34 no_allow_localhost
35 authenticated_sender = 
36 no_authenticated_sender_force
37 command_timeout = 5m
38 connect_timeout = 5m
39 connection_max_messages = 500
40 data_timeout = 5m
41 delay_after_cutoff
42 dkim_canon = 
43 dkim_domain = 
44 dkim_private_key = 
45 dkim_selector = 
46 dkim_sign_headers = 
47 dkim_strict = 
48 dns_qualify_single
49 no_dns_search_parents
50 dnssec_request_domains = 
51 dnssec_require_domains = 
52 dscp = 
53 fallback_hosts = 
54 final_timeout = 10m
55 no_gethostbyname
56 gnutls_require_kx = 
57 gnutls_require_mac = 
58 gnutls_require_protocols = 
59 helo_data = $primary_hostname
60 hosts = 
61 hosts_avoid_esmtp = 
62 hosts_avoid_pipelining = 
63 hosts_avoid_tls = 
64 hosts_max_try = 5
65 hosts_max_try_hardlimit = 50
66 hosts_nopass_tls = 
67 no_hosts_override
68 no_hosts_randomize
69 hosts_request_ocsp = *
70 hosts_require_auth = 
71 hosts_require_ocsp = 
72 hosts_require_tls = 
73 hosts_try_auth = 
74 hosts_try_prdr = *
75 hosts_verify_avoid_tls = 
76 interface = ip4.ip4.ip4.ip4
77 keepalive
78 no_lmtp_ignore_quota
79 max_rcpt = 100
80 multi_domain
81 port = 1224
82 protocol = smtp
83 retry_include_ip_address
84 serialize_hosts = 
85 size_addition = 1024
86 socks_proxy = 127.0.0.1 port=1225
87 tls_certificate = 
88 tls_crl = 
89 tls_dh_min_bits = 1024
90 tls_privatekey = 
91 tls_require_ciphers = 
92 tls_sni = 
93 tls_tempfail_tryclear
94 tls_try_verify_hosts = *
95 tls_verify_cert_hostnames = *
96 tls_verify_certificates = system
97 tls_verify_hosts = 
98
99 # Exim Configuration (X)
100 # 1 "TESTSUITE/test-config"
101 OPT =
102 exim_path = TESTSUITE/eximdir/exim
103 hide host_lookup_order = bydns
104 primary_hostname = myhost.test.ex
105 spool_directory = TESTSUITE/spool
106 log_file_path = TESTSUITE/spool/log/%slog
107 gecos_pattern = ""
108 gecos_name = CALLER_NAME
109 tls_advertise_hosts =
110 log_selector = +outgoing_port
111 domainlist local_domains = test.ex : *.test.ex
112 acl_smtp_rcpt = accept
113
114 begin routers
115
116   my_main_router:
117     driver = manualroute
118     route_list = * 127.0.0.1
119     self = send
120     transport = my_smtp
121     debug_print = router_name <$router_name>
122     no_more
123
124 begin transports
125
126   my_smtp:
127     driver = smtp
128     interface = ip4.ip4.ip4.ip4
129     port = 1224
130     hide socks_proxy = 127.0.0.1 port=1225
131     debug_print = transport_name <$transport_name>