-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net_smtp: Allow exemptions to STARTTLS requirement.
STARTTLS is typically required to use AUTH commands, to prevent credentials from leaking on plaintext connections. However, this may not be a concern on private local networks, and so the ability to exempt IPs or CIDR ranges from having to use STARTTLS is added so that encryption is not needlessly required in these scenarios.
- Loading branch information
1 parent
638fcd8
commit fca411e
Showing
2 changed files
with
34 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters