blob: 734b1237edf1d375d618f2f140655b5e791c38c4 (
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 = ${quote:h: <$h_Received:>}
received_header_text = ${if eq{$sender_address}{x@y}{}{Received: some text}}
# End
|