mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
Choose a better default for services.postfix.submissionOptions
This commit is contained in:
parent
cc658b695a
commit
ab0547b16f
@ -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 New Issue
Block a user