remove Diffie Hillman parameter creation as it is handled by the upstream dovecot2 module as of 18.09

This commit is contained in:
plchldr 2018-10-30 17:56:25 +01:00
parent 817d84d36d
commit fa0541b96b
6 changed files with 1 additions and 34 deletions

View file

@ -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 = {

View file

@ -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 = {

View file

@ -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" = {