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