Updated dovecot config for Xenial
[sysconfig/dovecot.git] / conf.d / auth-vpopmail.conf.ext
1 # Authentication for vpopmail users. Included from 10-auth.conf.
2 #
3 # <doc/wiki/AuthDatabase.VPopMail.txt>
4
5 passdb {
6   driver = vpopmail
7
8   # [cache_key=<key>] [webmail=<ip>]
9   args =
10 }
11
12 userdb {
13   driver = vpopmail
14
15   # [quota_template=<template>] - %q expands to Maildir++ quota
16   args = quota_template=quota_rule=*:backend=%q
17 }