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
25 lines
611 B
Plaintext
25 lines
611 B
Plaintext
# Static passdb. Included from 10-auth.conf.
|
|
|
|
# This can be used for situations where Dovecot doesn't need to verify the
|
|
# username or the password, or if there is a single password for all users:
|
|
#
|
|
# - proxy frontend, where the backend verifies the password
|
|
# - proxy backend, where the frontend already verified the password
|
|
# - authentication with SSL certificates
|
|
# - simple testing
|
|
|
|
#passdb {
|
|
# driver = static
|
|
# args = proxy=y host=%1Mu.example.com nopassword=y
|
|
#}
|
|
|
|
#passdb {
|
|
# driver = static
|
|
# args = password=test
|
|
#}
|
|
|
|
#userdb {
|
|
# driver = static
|
|
# args = uid=vmail gid=vmail home=/home/%u
|
|
#}
|