git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
refactor
[exim.git]
/
test
/
confs
/
0586
diff --git
a/test/confs/0586
b/test/confs/0586
index 1b2d83571157795353d5cb9fbb41302675e1d00d..562837b9627f666e32bdcbe596849f2affeddd89 100644
(file)
--- a/
test/confs/0586
+++ b/
test/confs/0586
@@
-2,16
+2,19
@@
.include DIR/aux-var/std_conf_prefix
.include DIR/aux-var/std_conf_prefix
+primary_hostname = myhost.test.ex
# ----- Main settings -----
# ----- Main settings -----
+acl_smtp_helo = check_helo
-# ----- Routers -----
-begin routers
+# ----- ACLs -----
-list:
- driver = redirect
- file = DIR/aux-fixed/TESTNUM.list.$local_part
+begin acl
+
+check_helo:
+ require verify = helo
+ accept logwrite = helo $sender_helo_name dnssec <$sender_helo_dnssec>
# End
# End