Removing large amounts of extra commenting and old/unused features; SASL support

This commit is contained in:
2023-04-18 23:56:59 -05:00
parent e9fde0d8c9
commit 49b67de7ec
6 changed files with 193 additions and 2249 deletions

View File

@@ -543,7 +543,7 @@ module
* authenticating users through this mechanism. Supported mechanisms are:
* PLAIN, EXTERNAL.
*/
#module { name = "m_sasl" }
module { name = "m_sasl" }
/*
* m_sasl_dh-aes [EXTRA]
@@ -631,7 +631,7 @@ module
* You can use the following option to enable or disable it explicitly.
* Leaving this option not set defaults to the default system behavior.
*/
#sslv3 = no
sslv3 = no
}
/*