diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-01-02 19:57:15 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-01-02 21:21:57 +0000 |
commit | 743c4c9f5a8ecd10fb91fff283d949ca9d12e2fb (patch) | |
tree | b784c0190facf6e09432857c618be5a97f41f029 /test/confs/4601 | |
parent | eb52e2cbbe8672b28541e30a05cc9fabba1510df (diff) |
Testsuite: SPF testcases. Bug 1789
Diffstat (limited to 'test/confs/4601')
-rw-r--r-- | test/confs/4601 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/confs/4601 b/test/confs/4601 new file mode 100644 index 000000000..00731d5ed --- /dev/null +++ b/test/confs/4601 @@ -0,0 +1,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 |