services.postfix.submissionOptions
NixOS option
Options for the submission config in master.cf
type: attribute set of stringDefault
{
milter_macro_daemon_name = "ORIGINATING";
smtpd_client_restrictions = "permit_sasl_authenticated,reject";
smtpd_sasl_auth_enable = "yes";
smtpd_tls_security_level = "encrypt";
}Example
declared in: nixos/modules/services/mail/postfix.nixView source on NixOS/nixpkgs →{
milter_macro_daemon_name = "ORIGINATING";
smtpd_client_restrictions = "permit_sasl_authenticated,reject";
smtpd_sasl_auth_enable = "yes";
smtpd_sasl_type = "dovecot";
smtpd_tls_security_level = "encrypt";
}