Testsuite: ignore optional OCSP output from -bP testcase
[exim.git] / test / stdout / 0572
... / ...
CommitLineData
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_require_auth =
70hosts_require_tls =
71hosts_try_auth =
72hosts_try_prdr = *
73hosts_verify_avoid_tls =
74interface = ip4.ip4.ip4.ip4
75keepalive
76no_lmtp_ignore_quota
77max_rcpt = 100
78multi_domain
79port = 1224
80protocol = smtp
81retry_include_ip_address
82serialize_hosts =
83size_addition = 1024
84socks_proxy = 127.0.0.1 port=1225
85tls_certificate =
86tls_crl =
87tls_dh_min_bits = 1024
88tls_privatekey =
89tls_require_ciphers =
90tls_sni =
91tls_tempfail_tryclear
92tls_try_verify_hosts = *
93tls_verify_cert_hostnames = *
94tls_verify_certificates = system
95tls_verify_hosts =
96
97# Exim Configuration (X)
98# 1 "TESTSUITE/test-config"
99OPT =
100exim_path = TESTSUITE/eximdir/exim
101hide host_lookup_order = bydns
102primary_hostname = myhost.test.ex
103spool_directory = TESTSUITE/spool
104log_file_path = TESTSUITE/spool/log/%slog
105gecos_pattern = ""
106gecos_name = CALLER_NAME
107tls_advertise_hosts =
108log_selector = +outgoing_port
109domainlist local_domains = test.ex : *.test.ex
110acl_smtp_rcpt = accept
111
112begin routers
113
114 my_main_router:
115 driver = manualroute
116 route_list = * 127.0.0.1
117 self = send
118 transport = my_smtp
119 debug_print = router_name <$router_name>
120 no_more
121
122begin transports
123
124 my_smtp:
125 driver = smtp
126 interface = ip4.ip4.ip4.ip4
127 port = 1224
128 hide socks_proxy = 127.0.0.1 port=1225
129 debug_print = transport_name <$transport_name>