Choose a better default for services.postfix.submissionOptions
This commit is contained in:
parent
cc658b695a
commit
ab0547b16f
1 changed files with 4 additions and 3 deletions
|
@ -210,12 +210,13 @@ in
|
|||
|
||||
submissionOptions = mkOption {
|
||||
type = types.attrs;
|
||||
default = { "smtpd_tls_security_level" = "encrypt";
|
||||
default = {};
|
||||
description = "Options for the submission config in master.cf";
|
||||
example = { "smtpd_tls_security_level" = "encrypt";
|
||||
"smtpd_sasl_auth_enable" = "yes";
|
||||
"smtpd_client_restrictions" = "permit_sasl_authenticated,reject";
|
||||
"milter_macro_daemon_name" = "ORIGINATING";
|
||||
};
|
||||
description = "Options for the submission config in master.cf";
|
||||
example = { "milter_macro_daemon_name" = "ORIGINATING"; };
|
||||
};
|
||||
|
||||
setSendmail = mkOption {
|
||||
|
|
Loading…
Reference in a new issue