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