mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Fix duplicate configuration name clashes
This commit is contained in:
parent
1ac5245f04
commit
5884f866d3
|
@ -573,7 +573,7 @@ EOF
|
||||||
|
|
||||||
@test "checking opendkim: generator creates keys, tables and TrustedHosts without postfix-accounts.cf" {
|
@test "checking opendkim: generator creates keys, tables and TrustedHosts without postfix-accounts.cf" {
|
||||||
local PRIVATE_CONFIG
|
local PRIVATE_CONFIG
|
||||||
PRIVATE_CONFIG="$(duplicate_config_for_container . mail_dkim_generator_creates_keys_tables_TrustedHosts_without_postfix_accounts.cf)"
|
PRIVATE_CONFIG="$(duplicate_config_for_container . )"
|
||||||
rm -rf "${PRIVATE_CONFIG}/without-accounts"
|
rm -rf "${PRIVATE_CONFIG}/without-accounts"
|
||||||
mkdir -p "${PRIVATE_CONFIG}/without-accounts"
|
mkdir -p "${PRIVATE_CONFIG}/without-accounts"
|
||||||
run docker run --rm \
|
run docker run --rm \
|
||||||
|
@ -604,7 +604,7 @@ EOF
|
||||||
|
|
||||||
@test "checking opendkim: generator creates keys, tables and TrustedHosts without postfix-virtual.cf" {
|
@test "checking opendkim: generator creates keys, tables and TrustedHosts without postfix-virtual.cf" {
|
||||||
local PRIVATE_CONFIG
|
local PRIVATE_CONFIG
|
||||||
PRIVATE_CONFIG="$(duplicate_config_for_container . mail_dkim_generator_creates_keys_tables_TrustedHosts_without_postfix_virtual.cf)"
|
PRIVATE_CONFIG="$(duplicate_config_for_container . )"
|
||||||
rm -rf "${PRIVATE_CONFIG}/without-virtual"
|
rm -rf "${PRIVATE_CONFIG}/without-virtual"
|
||||||
mkdir -p "${PRIVATE_CONFIG}/without-virtual"
|
mkdir -p "${PRIVATE_CONFIG}/without-virtual"
|
||||||
run docker run --rm \
|
run docker run --rm \
|
||||||
|
@ -635,7 +635,7 @@ EOF
|
||||||
|
|
||||||
@test "checking opendkim: generator creates keys, tables and TrustedHosts using domain name" {
|
@test "checking opendkim: generator creates keys, tables and TrustedHosts using domain name" {
|
||||||
local PRIVATE_CONFIG
|
local PRIVATE_CONFIG
|
||||||
PRIVATE_CONFIG="$(duplicate_config_for_container . mail_dkim_generator_creates_keys_tables_TrustedHosts_without_postfix_virtual.cf)"
|
PRIVATE_CONFIG="$(duplicate_config_for_container . )"
|
||||||
rm -rf "${PRIVATE_CONFIG}/with-domain" && mkdir -p "${PRIVATE_CONFIG}/with-domain"
|
rm -rf "${PRIVATE_CONFIG}/with-domain" && mkdir -p "${PRIVATE_CONFIG}/with-domain"
|
||||||
run docker run --rm \
|
run docker run --rm \
|
||||||
-v "${PRIVATE_CONFIG}/with-domain/":/tmp/docker-mailserver/ \
|
-v "${PRIVATE_CONFIG}/with-domain/":/tmp/docker-mailserver/ \
|
||||||
|
|
Loading…
Reference in a new issue