Disable plaintext access per RFC 8314
This deprecates the `enableImap` and `enablePop` options and opens them up for future removal.
This commit is contained in:
@@ -851,9 +851,11 @@ in
|
||||
|
||||
enableImap = mkOption {
|
||||
type = types.bool;
|
||||
default = true;
|
||||
default = false;
|
||||
description = ''
|
||||
Whether to enable IMAP with STARTTLS on port 143.
|
||||
|
||||
The use of this port is deprecated per RFC 8314 4.1.
|
||||
'';
|
||||
};
|
||||
|
||||
@@ -894,6 +896,8 @@ in
|
||||
default = false;
|
||||
description = ''
|
||||
Whether to enable POP3 with STARTTLS on port on port 110.
|
||||
|
||||
The use of this port is deprecated per RFC 8314 4.1.
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user