view mod_auth_imap/README.wiki @ 1782:29f3d6b7ad16

Import wiki pages
author Kim Alvefur <zash@zash.se>
date Mon, 24 Aug 2015 16:43:56 +0200
parents
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 ||