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