Disable submission with explicit STARTTLS by default
Deprecated, but not yet scheduled for removal pending user feedback.
This commit is contained in:
@@ -877,9 +877,11 @@ in
|
||||
|
||||
enableSubmission = mkOption {
|
||||
type = types.bool;
|
||||
default = true;
|
||||
default = false;
|
||||
description = ''
|
||||
Whether to enable SMTP with STARTTLS on port 587.
|
||||
|
||||
The use of this port is discouraged per RFC 8314 3.3, see also Appendix A.
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user