mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
Change default to postfix default.
This commit is contained in:
parent
ab0547b16f
commit
1e72706d66
@ -210,10 +210,15 @@ in
|
|||||||
|
|
||||||
submissionOptions = mkOption {
|
submissionOptions = mkOption {
|
||||||
type = types.attrs;
|
type = types.attrs;
|
||||||
default = {};
|
default = { "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";
|
description = "Options for the submission config in master.cf";
|
||||||
example = { "smtpd_tls_security_level" = "encrypt";
|
example = { "smtpd_tls_security_level" = "encrypt";
|
||||||
"smtpd_sasl_auth_enable" = "yes";
|
"smtpd_sasl_auth_enable" = "yes";
|
||||||
|
"smtpd_sasl_type" = "dovecot";
|
||||||
"smtpd_client_restrictions" = "permit_sasl_authenticated,reject";
|
"smtpd_client_restrictions" = "permit_sasl_authenticated,reject";
|
||||||
"milter_macro_daemon_name" = "ORIGINATING";
|
"milter_macro_daemon_name" = "ORIGINATING";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user