diff options
author | Adam <adam@sigterm.info> | 2017-10-09 11:23:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-09 11:23:09 -0400 |
commit | 884759aed40fe1ccf68355eb676bcd8ef600f7d1 (patch) | |
tree | 117b80a48680ada9faa5c5f61f8a7baab8cdd742 | |
parent | 2ad76278ddac518d1c03eb15f6b0dfe518c4ca30 (diff) | |
parent | 2ec65023a6b4acbe19af05a0971f5900ae6deae3 (diff) |
Merge pull request #200 from syzop/2.0+saslbydefault
Load sasl module by default.
-rw-r--r-- | data/modules.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf index 9c7d9f70a..461e455e2 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -540,7 +540,7 @@ module { name = "help" } * authenticating users through this mechanism. Supported mechanisms are: * PLAIN, EXTERNAL. */ -#module { name = "m_sasl" } +module { name = "m_sasl" } /* * m_ssl_gnutls [EXTRA] |