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