# HG changeset patch # User Kim Alvefur # Date 1315005436 -7200 # Node ID d716766d946a7acda4705048c5ae7412debf373b # Parent 007a1fe5d2d185cae7afbf2cb57bfa0847491fe2 Add page about the Dovecot auth module diff -r 007a1fe5d2d1 -r d716766d946a mod_auth_dovecot.wiki --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_auth_dovecot.wiki Sat Sep 03 01:17:16 2011 +0200 @@ -0,0 +1,25 @@ +#summary Dovecot authentication module +#labels Stage-Alpha,Type-Auth + += Introduction = + +This is a Prosody authentication plugin which uses Dovecot as the backend. + += Configuration = + +As with all auth modules, there is no need to add this to modules_enabled. Simply add in the global section, or for the relevant hosts: + +{{{ + authentication = "dovecot" +}}} + +These options are specific to mod_auth_dovecot: + +|| *Name* || *Description* || *Default value* || +|| dovecot_auth_socket || Path to the Dovecot auth socket || /var/run/dovecot/auth-login || +|| auth_append_host || If true, sends the bare JID as authzid. || false || + += Compatibility = +||trunk||Works|| +||0.8||Works|| +