summaryrefslogtreecommitdiff
path: root/test/confs/3828
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-12-30 22:45:21 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2019-12-30 23:05:36 +0000
commitfdc7c95ecb7281cc0b60ffb0b518380f3ff252a4 (patch)
tree9908c37a1f5a82c4f5d31c3c2a8c8d183ab93e6a /test/confs/3828
parent25bd12fdff615275da6b811570b0f65d57ddc441 (diff)
Testsuite: testcase for GSASL SCRAM-SHA-256
Diffstat (limited to 'test/confs/3828')
l---------[-rw-r--r--]test/confs/382867
1 files changed, 1 insertions, 66 deletions
diff --git a/test/confs/3828 b/test/confs/3828
index aa9db9467..d8f3286c4 100644..120000
--- a/test/confs/3828
+++ b/test/confs/3828
@@ -1,66 +1 @@
-# Exim test configuration 3828
-
-SERVER=
-
-.include DIR/aux-var/std_conf_prefix
-
-primary_hostname = myhost.test.ex
-
-# ----- Main settings -----
-
-acl_smtp_rcpt = accept
-queue_only
-
-
-begin routers
-
-client_r:
- driver = accept
- condition = ${if !eq {SERVER}{server}}
- transport = smtp
-
-begin transports
-
-smtp:
- driver = smtp
- hosts = 127.0.0.1
- allow_localhost
- port = PORT_D
- hosts_require_auth = *
-
-# ----- Authentication -----
-
-begin authenticators
-
-.ifndef OPT
-sasl1:
- driver = plaintext
- public_name = PLAIN
- server_prompts = :
- server_condition = ${if and {{eq{$auth2}{ph10}}{eq{$auth3}{mysecret}}}}
- server_set_id = $auth2
-
-sasl2:
- driver = gsasl
- public_name = PLAIN
- client_condition = ${if eq {plain}{$local_part}}
- client_username = ph10
- client_password = mysecret
-
-.else
-sasl3:
- driver = gsasl
- public_name = PLAIN
- server_condition = ${if and {{eq{$auth1}{ph10}}{eq{$auth3}{mysecret}}}}
- server_set_id = $auth1
-
-sasl4:
- driver = plaintext
- public_name = PLAIN
- client_condition = ${if eq {plain}{$local_part}}
- client_send = ^ph10^mysecret
-
-.endif
-
-
-# End
+3820 \ No newline at end of file