MyNixOS website logo
option

services.postfix.masterConfig

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

Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{
  submission = {
    args = [
      "-o"
      "smtpd_tls_security_level=encrypt"
    ];
    type = "inet";
  };
}