1 # Exim test configuration 3820
5 .include DIR/aux-var/std_conf_prefix
7 primary_hostname = myhost.test.ex
9 # ----- Main settings -----
12 # ----- Authentication -----
18 public_name = ANONYMOUS
19 server_set_id = $auth1
20 server_condition = true
25 server_set_id = $auth1
26 server_condition = false
30 public_name = SCRAM-SHA-1
32 # will need to give library salt, stored-key, server-key, itercount
35 # gsasl takes props: GSASL_SCRAM_ITER, GSASL_SCRAM_SALT. It _might_ take
36 # a GSASL_SCRAM_SALTED_PASSWORD - but that is only documented for client mode.
38 server_scram_iter = 4096
39 # unclear if the salt is given in binary or base64 to the library
40 server_scram_salt = QSXCR+Q6sek8bf92
41 server_password = pencil
43 server_condition = true
44 server_set_id = $auth1