comparison mod_auth_dovecot.wiki @ 207:d716766d946a

Add page about the Dovecot auth module
author Kim Alvefur <zash@zash.se>
date Sat, 03 Sep 2011 01:17:16 +0200
parents
children 101519e4ef14
comparison
equal deleted inserted replaced
206:007a1fe5d2d1 207:d716766d946a
1 #summary Dovecot authentication module
2 #labels Stage-Alpha,Type-Auth
3
4 = Introduction =
5
6 This is a Prosody authentication plugin which uses Dovecot as the backend.
7
8 = Configuration =
9
10 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:
11
12 {{{
13 authentication = "dovecot"
14 }}}
15
16 These options are specific to mod_auth_dovecot:
17
18 || *Name* || *Description* || *Default value* ||
19 || dovecot_auth_socket || Path to the Dovecot auth socket || /var/run/dovecot/auth-login ||
20 || auth_append_host || If true, sends the bare JID as authzid. || false ||
21
22 = Compatibility =
23 ||trunk||Works||
24 ||0.8||Works||
25