mod_auth_imap/README.wiki
author Kim Alvefur <zash@zash.se>
Mon, 24 Aug 2015 23:17:36 +0200
changeset 1788 1656d4fd71d0
parent 1786 29f3d6b7ad16
permissions -rw-r--r--
mod_cloud_notify: Fix syntax errors and name

#summary IMAP authentication module
#labels Stage-Alpha,Type-Auth

= Introduction =

This is a Prosody authentication plugin which uses a generic IMAP server as the backend.

= Configuration =

|| option          || type   || default   ||
|| imap_auth_host  || string || localhost ||
|| imap_auth_port  || number || nil       ||
|| imap_auth_realm || string || Same as the sasl_realm option ||
|| imap_auth_service_name || string || nil ||
|| auth_append_host || boolean || false ||
|| auth_imap_verify_certificate || boolean || true ||
|| auth_imap_ssl || table || A SSL/TLS config ||