This is a Prosody authentication plugin which uses a generic IMAP server as the backend.
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 |
With the plugin installer in Prosody 0.12 you can use:
sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_auth_imap
For earlier versions see the documentation for installing 3rd party modules