From 5c803ae4550bf0e4a992c217baeaffabee30c45a Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Mon, 5 Nov 2018 10:42:32 -0500 Subject: [PATCH] Reorder Ejabberd configuration steps for Ubuntu 18.04. Rearrange the steps for modifying /etc/ejabberd/ejabberd.yml on Ubuntu 18.04 so that they are in the same order that they appear in the file. Signed-off-by: Jason Stephenson --- README | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README b/README index a3091d4..5bbba0d 100644 --- a/README +++ b/README @@ -297,18 +297,18 @@ hosts: - "public.localhost" --------------------------------------------------------------------------- + - b. Change `auth_password_format` to plain - c. Change `shaper:` `normal` and `fast` values to 500000 - d. Increase the `max_user_sessions:` `all:` value to 10000 - e. Change `starttls_required` to false - f. Uncomment the `mod_legacy_auth` directive - g. Comment out the `mod_offline` directive + b. Change `starttls_required` to false + c. Change `auth_password_format` to plain + d. Change `shaper:` `normal` and `fast` values to 500000 + e. Increase the `max_user_sessions:` `all:` value to 10000 + f. Comment out the `mod_offline` directive + ----------------------- ##mod_offline: ##access_max_user_messages: max_user_offline_messages ----------------------- + + g. Uncomment the `mod_legacy_auth` directive 3. Restart the ejabberd server to make the changes take effect: + .(Ubuntu Trusty) Starting ejabberd -- 1.7.2.5