fix dovecot 2.3 ssl_dh
This commit is contained in:
parent
b75575f02e
commit
f6546a1a8e
5 changed files with 36 additions and 0 deletions
|
@ -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" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue