diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-05-19 20:28:42 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-05-19 22:36:35 +0100 |
commit | 1705dd20918634cfce236049e47d0fe43753dbc8 (patch) | |
tree | ca9ef683885cf9993ad1abae356ff67cb4965955 /test/scripts/0000-Basic | |
parent | 1f155f8e69b44ee7678dd1009ae0348e5c8d768e (diff) |
Change HELO-verify forward case from byname to bydns and add DNSSEC tracking
Diffstat (limited to 'test/scripts/0000-Basic')
-rw-r--r-- | test/scripts/0000-Basic/0608 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0608 b/test/scripts/0000-Basic/0608 new file mode 100644 index 000000000..1715fd200 --- /dev/null +++ b/test/scripts/0000-Basic/0608 @@ -0,0 +1,20 @@ +# HELO verify dnssec +# Exim test configuration 0608 +# +exim -DSERVER=server -bd -oX PORT_D +**** +# +client 127.0.0.1 PORT_D +??? 220 +HELO localhost +??? 250 +**** +# +client 127.0.0.1 PORT_D +??? 220 +HELO l-sec +??? 250 +**** +# +killdaemon +no_msglog_check |