mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
email: add warning to documentation of useStartTls
This commit is contained in:
committed by
Robert Helgesson
parent
85ba629c79
commit
bc63bedcab
@@ -109,7 +109,9 @@ let
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = ''
|
||||
Whether to use STARTTLS.
|
||||
Whether to use STARTTLS. This is discouraged and should be avoided if
|
||||
possible. See <https://datatracker.ietf.org/doc/html/rfc8314> for
|
||||
more.
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user