services.postfix.masterConfig

An attribute set of service options, which correspond to the service definitions usually done within the Postfix master.cf file.

Type
attribute set of (submodule)
Default
{ }
Example
{
  submission = {
    args = [
      "-o"
      "smtpd_tls_security_level=encrypt"
    ];
    type = "inet";
  };
}
Declared
<nixpkgs/nixos/modules/services/mail/postfix.nix>