355237def23eff7c3ba2a6c2c92316afe382c0fb
[sysconfig/dovecot.git] / conf.d / auth-vpopmail.conf.ext
1 # Authentication for vpopmail users. Included from 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 }