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