authelia/internal/configuration
James Elliott c4b56a6002 Implement SMTP StartTLS and Adaptive Auth
- If the STARTTLS extension is advertised we automatically STARTTLS before authenticating or sending
- Uses the secure config key to determine if we should verify the cert. By default it does not verify the cert (should not break any configs)
- Attempt auth when the config has a SMTP password and the server supports the AUTH extension and either the PLAIN or LOGIN mechanism
- Check the mechanisms supported by the server and use PLAIN or LOGIN depending on which is supported
- Changed secure key to use boolean values instead of strings
- Arranged SMTP notifier properties/vars to be in the same order
- Log the steps for STARTTLS (debug only)
- Log the steps for AUTH (debug only)
2019-12-28 09:35:01 +01:00
..
schema Implement SMTP StartTLS and Adaptive Auth 2019-12-28 09:35:01 +01:00
test_resources Fix DuoPush suite and do some clean up. 2019-12-05 11:05:24 +01:00
validator Rename org from clems4ever to authelia 2019-12-24 13:14:52 +11:00
reader.go Rename org from clems4ever to authelia 2019-12-24 13:14:52 +11:00
reader_test.go Remove the test directory at the root of the repo. 2019-12-05 11:05:24 +01:00