testcase
[exim.git] / test / confs / 0288
CommitLineData
afda344b 1# Exim test configuration 0288
fa41615d 2# serialize_hosts option on smtp transport
afda344b
PH
3
4exim_path = EXIM_PATH
bc3c7bb7 5keep_environment =
afda344b
PH
6host_lookup_order = bydns
7primary_hostname = myhost.test.ex
afda344b
PH
8spool_directory = DIR/spool
9log_file_path = DIR/spool/log/%slog
10gecos_pattern = ""
11gecos_name = CALLER_NAME
23f3dc67 12tls_advertise_hosts =
afda344b
PH
13
14# ----- Main settings -----
15
16qualify_domain = test.ex
17queue_run_in_order
18remote_max_parallel = 2
19
20
21# ----- Routers -----
22
23begin routers
24
25all:
26 driver = manualroute
27 route_list = * 127.0.0.1
28 self = send
29 transport = smtp
30
31
32# ----- Transports -----
33
34begin transports
35
36smtp:
37 driver = smtp
38 port = PORT_S
39 max_rcpt = 1
40 connection_max_messages = 1
41 serialize_hosts = 127.0.0.1
42
43
44# ----- Retry -----
45
46
47begin retry
48
49* * F,1h,10m
50
51
52# End