Expansions: new ${authresults {mch}} for an Authentication-Results header
[exim.git] / test / confs / 0294
CommitLineData
afda344b
PH
1# Exim test configuration 0294
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b 5trusted_users = CALLER
d4dc049f 6primary_hostname = myhost.test.ex
afda344b
PH
7
8# ----- Main settings -----
9
10acl_smtp_rcpt = deny local_parts = reject\n accept
11
12smtp_ratelimit_mail = 1,1s,5,2s
13smtp_ratelimit_rcpt = 1, 0.25s, 1.05, 1s
14smtp_ratelimit_hosts = : V4NET.9.8.7
15
16
17# ------ Routers ------
18
19begin routers
20
21r1:
22 driver = accept
23 transport = t1
24
25
26# ------ Transports ------
27
28begin transports
29
30t1:
31 driver = appendfile
32 file = /dev/null
33 user = CALLER
34
35# End