Add $smtp_command_history variable
[exim.git] / test / confs / 0503
CommitLineData
afda344b
PH
1# Exim test configuration 0503
2
3MSIZE=
4
d4dc049f
JH
5.include DIR/aux-var/std_conf_prefix
6
afda344b 7primary_hostname = myhost.test.ex
afda344b
PH
8
9# ----- Main settings -----
10
11domainlist local_domains = test.ex
12
13
14# ----- Routers -----
15
16begin routers
17
18r1:
19 driver = accept
20 transport = t1
21
22
23# ----- Transports -----
24
25begin transports
26
27t1:
28 driver = appendfile
29 file = DIR/test-mail/$local_part
30 user = CALLER
31 quota = 1000
32 MSIZE
33
34
35# ----- Retry -----
36
37begin retry
38
39* * F,1d,1d
40
41# End