mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Update test/mail_dhparams_manual_one_dir.bats
Co-Authored-By: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
This commit is contained in:
parent
27cbdeeb6a
commit
3e3f5d557b
|
@ -3,14 +3,13 @@ load 'test_helper/common'
|
||||||
# Test case
|
# Test case
|
||||||
# ---------
|
# ---------
|
||||||
# By default, this image is using audited FFDHE groups (https://github.com/tomav/docker-mailserver/pull/1463)
|
# By default, this image is using audited FFDHE groups (https://github.com/tomav/docker-mailserver/pull/1463)
|
||||||
# However, an advanced user could want to supply custom DHE parameters.
|
|
||||||
#
|
#
|
||||||
# This test suite cover the described situation when ONE_DIR=1 is set.
|
# This test case covers the described case when `ONE_DIR=1`.
|
||||||
#
|
#
|
||||||
# Description:
|
# Description:
|
||||||
# - when using a CUSTOM DHE parameters:
|
# - When custom DHE parameters are supplied by the user:
|
||||||
# ~ custom dhe params file is copied in postfix and dovecot configuration.
|
# ~ User supplied DHE parameters are copied to the configuration directories for postfix and dovecot.
|
||||||
# ~ a warning is raised about usage of insecure parameters.
|
# ~ A warning is raised about usage of insecure parameters.
|
||||||
|
|
||||||
function setup() {
|
function setup() {
|
||||||
run_setup_file_if_necessary
|
run_setup_file_if_necessary
|
||||||
|
|
Loading…
Reference in a new issue