blob: 3a026977c039a42552aad7ab076f30c16994da99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
|
spool_directory = TESTSUITE/spool
host_lookup_order = bydns
domainlist local_domains = test.ex : *.test.ex
no_body_only
current_directory =
debug_print = transport_name <$transport_name>
no_delivery_date_add
no_disable_logging
driver = smtp
no_envelope_to_add
event_action =
group =
headers_add =
no_headers_only
headers_remove =
headers_rewrite =
home_directory =
no_initgroups
max_parallel =
message_size_limit =
no_rcpt_include_affixes
no_retry_use_local_part
return_path =
no_return_path_add
shadow_condition =
shadow_transport =
transport_filter =
transport_filter_timeout = 5m
user =
address_retry_include_sender
no_allow_localhost
authenticated_sender =
no_authenticated_sender_force
command_timeout = 5m
connect_timeout = 5m
connection_max_messages = 500
data_timeout = 5m
delay_after_cutoff
dns_qualify_single
no_dns_search_parents
dnssec_request_domains =
dnssec_require_domains =
dscp =
fallback_hosts =
final_timeout = 10m
no_gethostbyname
helo_data = $primary_hostname
hosts =
hosts_avoid_esmtp =
hosts_avoid_pipelining =
hosts_max_try = 5
hosts_max_try_hardlimit = 50
no_hosts_override
no_hosts_randomize
hosts_require_auth =
hosts_try_auth =
hosts_try_prdr = *
interface = ip4.ip4.ip4.ip4
keepalive
no_lmtp_ignore_quota
max_rcpt = 100
multi_domain
port = 1224
protocol = smtp
retry_include_ip_address
serialize_hosts =
size_addition = 1024
# Exim Configuration (X)
# 1 "TESTSUITE/test-config"
OPT =
exim_path = TESTSUITE/eximdir/exim
keep_environment =
hide host_lookup_order = bydns
primary_hostname = myhost.test.ex
spool_directory = TESTSUITE/spool
log_file_path = TESTSUITE/spool/log/%slog
gecos_pattern = ""
gecos_name = CALLER_NAME
log_selector = +outgoing_port
domainlist local_domains = test.ex : *.test.ex
acl_smtp_rcpt = accept
begin routers
my_main_router:
driver = manualroute
route_list = * 127.0.0.1
self = send
transport = my_smtp
hide debug_print = router_name <$router_name>
no_more
begin transports
my_smtp:
driver = smtp
interface = ip4.ip4.ip4.ip4
port = 1224
debug_print = transport_name <$transport_name>
|