Merge branch 'multiqueue_336': Named queues
[exim.git] / test / confs / 0099
CommitLineData
afda344b
PH
1# Exim test configuration 0099
2
51596af4
JH
3RETRY =
4
afda344b 5exim_path = EXIM_PATH
bc3c7bb7 6keep_environment =
afda344b 7host_lookup_order = bydns
afda344b
PH
8spool_directory = DIR/spool
9log_file_path = DIR/spool/log/%slog
10gecos_pattern = ""
11gecos_name = CALLER_NAME
23f3dc67 12tls_advertise_hosts =
afda344b
PH
13
14# ----- Main settings -----
15
16primary_hostname = primary.test.ex
17qualify_domain = test.ex
18retry_data_expire = 2s
66c1f8e0 19log_selector = +received_recipients
afda344b
PH
20
21
22# ----- Routers -----
23
24begin routers
25
bd4ece7d
JH
26bydns:
27 driver = dnslookup
28 domains = mxt2.test.ex
29 transport = smtp
30 fail_defer_domains = *
31
afda344b
PH
32all:
33 driver = manualroute
51596af4 34 route_list = simple thishost.test.ex byname \
66c1f8e0 35 ; complex thisloop.test.ex byname \
bd4ece7d 36 ; nonexist nonexist.test.ex byname \
51596af4 37 ; * 127.0.0.1 byname
afda344b 38 self = send
bd4ece7d 39 host_find_failed = defer
afda344b
PH
40 transport = smtp
41
42
43# ----- Transports -----
44
45begin transports
46
47smtp:
48 driver = smtp
49 port = 999
51596af4 50 RETRY
afda344b
PH
51
52
53# ----- Retry -----
54
55begin retry
56
57* * senders=: G,1d,1m,1.5
58* * senders = "a@b.c : d@e.f" G,2d,2m,1.5
59
60rcpt45x.test.ex rcpt_45x F,10d,2m
61rcpt463.test.ex rcpt_463 F,10d,3m
62rcpt4xx.test.ex rcpt_4xx F,10d,1m
bd4ece7d 63* lookup F,10d,30m
afda344b
PH
64
65*@\N^\d * F,5d,1m
66*@*.abcd.ex * F,5d,2m
67*@literal.ex * F,5d,3m
68*@lsearch;DIR/aux-fixed/TESTNUM.rlist2 * F,5d,4m
69*@@[] * F,5d,5m
70*@@ * F,5d,6m
71lsearch*@;DIR/aux-fixed/TESTNUM.rlist * F,1d,3m
72*.star.ex * F,3d,10m
34fab493
PH
73!*.not.ex * F,2d,15m
74* * F,12d,150m
afda344b
PH
75
76# End