1782
|
1 #summary IMAP authentication module
|
|
2 #labels Stage-Alpha,Type-Auth
|
|
3
|
|
4 = Introduction =
|
|
5
|
|
6 This is a Prosody authentication plugin which uses a generic IMAP server as the backend.
|
|
7
|
|
8 = Configuration =
|
|
9
|
|
10 || option || type || default ||
|
|
11 || imap_auth_host || string || localhost ||
|
|
12 || imap_auth_port || number || nil ||
|
|
13 || imap_auth_realm || string || Same as the sasl_realm option ||
|
|
14 || imap_auth_service_name || string || nil ||
|
|
15 || auth_append_host || boolean || false ||
|
|
16 || auth_imap_verify_certificate || boolean || true ||
|
|
17 || auth_imap_ssl || table || A SSL/TLS config ||
|
|
18
|