update to pre-4.87 master
[exim.git] / test / confs / 0217
1 # Exim test configuration 0217
2
3 HAP=
4
5 exim_path = EXIM_PATH
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 ignore_bounce_errors_after = 0s
18
19
20 # ----- Routers -----
21
22 begin routers
23
24 bounce:
25 driver = redirect
26 allow_defer
27 allow_fail
28 data = :fail: just discard
29 retry_use_local_part
30 senders = :
31
32 client:
33 driver = accept
34 retry_use_local_part
35 transport = send_to_server
36
37
38 # ----- Transports -----
39
40 begin transports
41
42 send_to_server:
43 driver = smtp
44 allow_localhost
45 command_timeout = 1s
46 hosts = 127.0.0.1
47 port = PORT_S
48 HAP
49 max_rcpt = 1000
50
51 # ----- Retry -----
52
53
54 begin retry
55
56 * * F,5d,10s
57
58
59 # End