mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
a7670ac5c1
* Add #394: Postfix Virtual Transport This makes it possible to specify a lmtp config file, by providing POSTFIX_DAGENT. Update - Readme with informations about #394 * Add Variable ENABLE_POSTFIX_VIRTUAL_TRANSPORT (task) * Add Variable POSTFIX_DAGENT (section) Added Unit tests for virtual transport * Fix syntax error in test/tests.bats * Fix Unit Test
18 lines
330 B
Plaintext
18 lines
330 B
Plaintext
# 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
|
|
}
|