diff options
| author | Sam Varshavchik | 2014-10-28 20:39:41 -0400 | 
|---|---|---|
| committer | Sam Varshavchik | 2014-10-28 20:39:41 -0400 | 
| commit | fd405a94770d5a1fa26b2cd2712f0d3e9fb7448c (patch) | |
| tree | 34419c9b2a8889e1be1d711f47b5bd0659e86969 /maildrop/maildrop.sgml | |
| parent | 6cd1f46e0796f132b1b10e764bebcc2882750639 (diff) | |
| download | courier-libs-fd405a94770d5a1fa26b2cd2712f0d3e9fb7448c.tar.bz2 | |
Contributed patch to add dovecot authentication support.
Diffstat (limited to 'maildrop/maildrop.sgml')
| -rw-r--r-- | maildrop/maildrop.sgml | 15 | 
1 files changed, 14 insertions, 1 deletions
| diff --git a/maildrop/maildrop.sgml b/maildrop/maildrop.sgml index 2e5591f..b476d71 100644 --- a/maildrop/maildrop.sgml +++ b/maildrop/maildrop.sgml @@ -486,7 +486,20 @@ The warning is repeated every 24 hours (at least), until the maildir drops  below  <replaceable>N</replaceable> percent full.</para>          </listitem> -      </varlistentry>       +      </varlistentry> + +      <varlistentry> +	<term>-t <replaceable>socket</replaceable></term> + +	<listitem> +	  <para> +	    This option is available if maildrop is compiled with optional +	    Dovecot authentication support. <replaceable>socket</replaceable> +	    specifies the location of Dovecot master authentication socket, +	    for example <filename>/var/run/dovecot/auth-master</filename>. +	  </para> +	</listitem> +      </varlistentry>      </variablelist>    </refsect1> | 
