fix dovecot 2.3 ssl_dh
This commit is contained in:
@@ -27,6 +27,8 @@ import <nixpkgs/nixos/tests/make-test.nix> {
|
||||
enable = true;
|
||||
fqdn = "mail.example.com";
|
||||
domains = [ "example.com" "example2.com" ];
|
||||
dhParamBitLength = 512;
|
||||
dovecot23 = true;
|
||||
|
||||
loginAccounts = {
|
||||
"user1@example.com" = {
|
||||
|
||||
@@ -27,6 +27,8 @@ import <nixpkgs/nixos/tests/make-test.nix> {
|
||||
enable = true;
|
||||
fqdn = "mail.example.com";
|
||||
domains = [ "example.com" ];
|
||||
dhParamBitLength = 512;
|
||||
dovecot23 = true;
|
||||
|
||||
loginAccounts = {
|
||||
"user1@example.com" = {
|
||||
|
||||
Reference in New Issue
Block a user