bbfff3f15e9ad747058107e359294bb75a976ea8
[distro-setup] / filesystem / etc / exim4 / conf.d / auth / 29_exim4-config_auth
1 # from 30_exim4-config_examples
2
3 plain_server:
4 driver = plaintext
5 public_name = PLAIN
6 server_condition = "${if crypteq{$auth3}{${extract{1}{:}{${lookup{$auth2}lsearch{CONFDIR/passwd}{$value}{*:*}}}}}{1}{0}}"
7 server_set_id = $auth2
8 server_prompts = :
9 .ifndef AUTH_SERVER_ALLOW_NOTLS_PASSWORDS
10 server_advertise_condition = ${if eq{$tls_in_cipher}{}{}{*}}
11 .endif