From: Jason Stephenson Date: Mon, 5 Nov 2018 15:42:32 +0000 (-0500) Subject: Reorder Ejabberd configuration steps for Ubuntu 18.04. X-Git-Tag: osrf_rel_3_1_0-beta~15 X-Git-Url: http://git.equinoxoli.org/?p=opensrf-equinox.git;a=commitdiff_plain;h=5c803ae4550bf0e4a992c217baeaffabee30c45a 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 --- 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