Debug: "kill" option on ACL control=debug. Bug 1831
[exim.git] / test / confs / 0288
1 # Exim test configuration 0288
2 # serialize_hosts option on smtp transport
3
4 exim_path = EXIM_PATH
5 keep_environment =
6 host_lookup_order = bydns
7 primary_hostname = myhost.test.ex
8 spool_directory = DIR/spool
9 log_file_path = DIR/spool/log/%slog
10 gecos_pattern = ""
11 gecos_name = CALLER_NAME
12 tls_advertise_hosts =
13
14 # ----- Main settings -----
15
16 qualify_domain = test.ex
17 queue_run_in_order
18 remote_max_parallel = 2
19
20
21 # ----- Routers -----
22
23 begin routers
24
25 all:
26 driver = manualroute
27 route_list = * 127.0.0.1
28 self = send
29 transport = smtp
30
31
32 # ----- Transports -----
33
34 begin transports
35
36 smtp:
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
47 begin retry
48
49 * * F,1h,10m
50
51
52 # End