MyNixOS website logo
option

services.postfix.tlsTrustedAuthorities

File containing trusted certification authorities (CA) to verify certificates of mailservers contacted for mail delivery. This basically sets smtp_tls_CAfile and enables opportunistic tls. Defaults to NixOS trusted certification authorities.

Declarations
Type
string
Default
"${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"