ansible-role-dovecot/templates/etc/dovecot/conf.d/auth-vpopmail.conf.ext.j2
2018-10-08 19:35:11 +02:00

17 lines
330 B
Django/Jinja

# Authentication for vpopmail users. Included from 10-auth.conf.
#
# <doc/wiki/AuthDatabase.VPopMail.txt>
passdb {
driver = vpopmail
# [cache_key=<key>] [webmail=<ip>]
args =
}
userdb {
driver = vpopmail
# [quota_template=<template>] - %q expands to Maildir++ quota
args = quota_template=quota_rule=*:backend=%q
}