Use postfix-tlspol for DANE/MTA-STS policy lookups
Postfix with plain DANE only secures domains that configure DNSSEC and publish TLSA records. With postfix-tlspol we support MTA-STS protected connections and get caching for its policy results. Finally, we use this as a stepping stone to build TLSRPT support on top.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# This tests is used to test features requiring several mail domains.
|
||||
|
||||
{
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
@@ -49,6 +50,9 @@ let
|
||||
"domain2.com,domain2,10"
|
||||
];
|
||||
};
|
||||
|
||||
# breaks the test, due to running into DNS timeouts
|
||||
services.postfix-tlspol.configurePostfix = lib.mkForce false;
|
||||
};
|
||||
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user