From 2ec65023a6b4acbe19af05a0971f5900ae6deae3 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Mon, 9 Oct 2017 10:31:21 +0200 Subject: [PATCH] Load sasl module by default. --- data/modules.example.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]