summaryrefslogtreecommitdiff
path: root/test/confs/4601
blob: 00731d5ed6fbad5f646dbac38a8a02fabd7a9373 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Exim test configuration 4601

.include DIR/aux-var/std_conf_prefix

primary_hostname = myhost.test.ex

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

acl_smtp_rcpt = \
  accept	logwrite =	$sender_address [$sender_host_address] \
				${lookup {$sender_address} spf {$sender_host_address} \
						{lookup: '$value'}{FAILED}}
# End