summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorplchldr <plchldr@oddco.de>2018-10-30 17:56:25 +0100
committerplchldr <plchldr@oddco.de>2018-10-30 17:56:25 +0100
commitfa0541b96bfebdec5c20f1a73514a7cd5ed0e5c5 (patch)
treeb67c638c32843c3f62485876f9bf30ca5750f9d5 /tests
parent817d84d36d34616ecf1a6ed6cba4fb1327b3a74f (diff)
remove Diffie Hillman parameter creation as it is handled by the upstream dovecot2 module as of 18.09
Diffstat (limited to 'tests')
-rw-r--r--tests/clamav.nix1
-rw-r--r--tests/extern.nix1
-rw-r--r--tests/intern.nix1
3 files changed, 0 insertions, 3 deletions
diff --git a/tests/clamav.nix b/tests/clamav.nix
index 166a5f8..bec9ef7 100644
--- a/tests/clamav.nix
+++ b/tests/clamav.nix
@@ -71,7 +71,6 @@ import <nixpkgs/nixos/tests/make-test.nix> {
debug = true;
fqdn = "mail.example.com";
domains = [ "example.com" "example2.com" ];
- dhParamBitLength = 512;
virusScanning = true;
loginAccounts = {
diff --git a/tests/extern.nix b/tests/extern.nix
index 7ccd9ca..0816d91 100644
--- a/tests/extern.nix
+++ b/tests/extern.nix
@@ -36,7 +36,6 @@ import <nixpkgs/nixos/tests/make-test.nix> {
debug = true;
fqdn = "mail.example.com";
domains = [ "example.com" "example2.com" ];
- dhParamBitLength = 512;
rewriteMessageId = true;
loginAccounts = {
diff --git a/tests/intern.nix b/tests/intern.nix
index e191d60..ce50123 100644
--- a/tests/intern.nix
+++ b/tests/intern.nix
@@ -27,7 +27,6 @@ import <nixpkgs/nixos/tests/make-test.nix> {
enable = true;
fqdn = "mail.example.com";
domains = [ "example.com" ];
- dhParamBitLength = 512;
loginAccounts = {
"user1@example.com" = {