diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-06-04 20:28:25 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-06-04 21:54:52 +0100 |
commit | b3ef41c94af9aefec7b6855cf2ce73ffeaba9d9a (patch) | |
tree | b4a58a99cfca03ab585d109fdf8484bf3b7f87fc /test/scripts | |
parent | 93893bd908c58f8d97b1847a5b1f933267de3058 (diff) |
TLS authenticator
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/3700-TLS-auth/3700 | 13 | ||||
-rw-r--r-- | test/scripts/3700-TLS-auth/REQUIRES | 2 |
2 files changed, 15 insertions, 0 deletions
diff --git a/test/scripts/3700-TLS-auth/3700 b/test/scripts/3700-TLS-auth/3700 new file mode 100644 index 000000000..e4b68607a --- /dev/null +++ b/test/scripts/3700-TLS-auth/3700 @@ -0,0 +1,13 @@ +# TLS authentication (server only) +munge tls_anycipher +# +exim -DSERVER=server -bd -oX PORT_D:PORT_S +**** +exim -f ok@test.ex x@y +**** +exim -f ok@test.ex smtps@y +**** +exim -q +**** +killdaemon +no_msglog_check diff --git a/test/scripts/3700-TLS-auth/REQUIRES b/test/scripts/3700-TLS-auth/REQUIRES new file mode 100644 index 000000000..1ce59ac37 --- /dev/null +++ b/test/scripts/3700-TLS-auth/REQUIRES @@ -0,0 +1,2 @@ +authenticator tls +running IPv4 |