summaryrefslogtreecommitdiff
path: root/test/confs/0420
blob: a115c7249883f19ce1aa11157b80e1d3277cb4f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Exim test configuration 0420

.include DIR/aux-var/std_conf_prefix


# ----- Main settings -----

primary_hostname = mail.test.ex
qualify_domain = test.ex

queue_only
acl_smtp_rcpt = accept
acl_smtp_data =	accept logwrite = h: <$h_Received:>

received_header_text = ${if eq{$sender_address}{x@y}{}{Received: some text}}

# End