Testsuite: ignore optional OCSP output from -bP testcase
[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_require_auth = 
70 hosts_require_tls = 
71 hosts_try_auth = 
72 hosts_try_prdr = *
73 hosts_verify_avoid_tls = 
74 interface = ip4.ip4.ip4.ip4
75 keepalive
76 no_lmtp_ignore_quota
77 max_rcpt = 100
78 multi_domain
79 port = 1224
80 protocol = smtp
81 retry_include_ip_address
82 serialize_hosts = 
83 size_addition = 1024
84 socks_proxy = 127.0.0.1 port=1225
85 tls_certificate = 
86 tls_crl = 
87 tls_dh_min_bits = 1024
88 tls_privatekey = 
89 tls_require_ciphers = 
90 tls_sni = 
91 tls_tempfail_tryclear
92 tls_try_verify_hosts = *
93 tls_verify_cert_hostnames = *
94 tls_verify_certificates = system
95 tls_verify_hosts = 
96
97 # Exim Configuration (X)
98 # 1 "TESTSUITE/test-config"
99 OPT =
100 exim_path = TESTSUITE/eximdir/exim
101 hide host_lookup_order = bydns
102 primary_hostname = myhost.test.ex
103 spool_directory = TESTSUITE/spool
104 log_file_path = TESTSUITE/spool/log/%slog
105 gecos_pattern = ""
106 gecos_name = CALLER_NAME
107 tls_advertise_hosts =
108 log_selector = +outgoing_port
109 domainlist local_domains = test.ex : *.test.ex
110 acl_smtp_rcpt = accept
111
112 begin 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
122 begin 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>