diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-11-21 00:50:38 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-11-21 00:50:38 +0000 |
commit | c0fb53b74e07fd17247960c998ffcb1f3c9f931f (patch) | |
tree | e257b1f3ebc8df4ff1dec8efd7b06ce8dc3affe7 /test/confs/3800 | |
parent | be2b133acc9607bad24c7fe5a6cd06624701281a (diff) |
Fix cyrus-sasl authenticator for $authenticated_fail_id. Bug 2238
Diffstat (limited to 'test/confs/3800')
-rw-r--r-- | test/confs/3800 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/test/confs/3800 b/test/confs/3800 new file mode 100644 index 000000000..086b506c6 --- /dev/null +++ b/test/confs/3800 @@ -0,0 +1,26 @@ +# Exim test configuration 9300 + +SERVER= + +.include DIR/aux-var/std_conf_prefix + +primary_hostname = myhost.test.ex + +# ----- Main settings ----- + + +# ----- Authentication ----- + +begin authenticators + +sasl1: + driver = cyrus_sasl + public_name = ANONYMOUS + server_set_id = $auth1 + +sasl2: + driver = cyrus_sasl + public_name = PLAIN + server_set_id = $auth1 + +# End |