Externalize role
This commit is contained in:
commit
4087f0a9f1
31 changed files with 1838 additions and 0 deletions
17
templates/etc/dovecot/conf.d/auth-vpopmail.conf.ext.j2
Normal file
17
templates/etc/dovecot/conf.d/auth-vpopmail.conf.ext.j2
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue