Merge branch 'multiqueue_336': Named queues
[exim.git] / test / confs / 0497
CommitLineData
afda344b
PH
1# Exim test configuration 0497
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
afda344b
PH
5host_lookup_order = bydns
6primary_hostname = myhost.test.ex
afda344b
PH
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
23f3dc67 11tls_advertise_hosts =
afda344b
PH
12
13# ----- Main settings -----
14
15
16
17# ----- Routers -----
18
19begin routers
20
e97957bc
PH
21r0:
22 driver = redirect
23 senders = :
24 data = :blackhole: discard bounces
25
afda344b
PH
26r1:
27 driver = accept
28 transport = t1
29
30
31# ----- Transports -----
32
33begin transports
34
35t1:
36 driver = smtp
37 hosts = 127.0.0.1
38 port = PORT_S
39 allow_localhost
40
41
42# ----- Retry -----
43
44begin retry
45
e97957bc
PH
46* lost_connection
47* mail_4xx
afda344b 48* rcpt_4xx
e97957bc 49* data_4xx
afda344b
PH
50* * F,1d,15m
51
52
53# End