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
12 lines
292 B
Plaintext
12 lines
292 B
Plaintext
##
|
|
## Plugin settings
|
|
##
|
|
|
|
# All wanted plugins must be listed in mail_plugins setting before any of the
|
|
# settings take effect. See <doc/wiki/Plugins.txt> for list of plugins and
|
|
# their configuration. Note that %variable expansion is done for all values.
|
|
|
|
plugin {
|
|
#setting_name = value
|
|
}
|