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