Mercurial > prosody-modules
view mod_auth_imap/README.wiki @ 1797:a946aa422503
mod_mam_sql/README: More obvious pointers to use mod_mam instead
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 27 Aug 2015 16:14:54 +0200 |
parents | 29f3d6b7ad16 |
children |
line wrap: on
line source
#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 ||