* `debian-buster` for Debian 10
* `debian-stretch` for Debian 9
* `debian-jessie` for Debian 8
- * `ubuntu-xenial` for Ubuntu 16.04
* `ubuntu-bionic` for Ubuntu 18.04
* `ubuntu-focal` for Ubuntu 20.04
1. Stop ejabberd before making any changes to its configuration by issuing the
following command as the *root* Linux account:
+
-.(Debian / Ubuntu Xenial / Ubuntu Bionic / Ubuntu Focal) Stopping ejabberd
+.(Debian / Ubuntu Bionic / Ubuntu Focal) Stopping ejabberd
[source, bash]
---------------------------------------------------------------------------
systemctl stop ejabberd.service
##access_max_user_messages: max_user_offline_messages
-----------------------
+
-(Debian Stretch / Ubuntu Xenial) Ejabberd 16.x::
+(Debian Stretch) Ejabberd 16.x::
Open `/etc/ejabberd/ejabberd.yml` and make the following
changes:
a. Define your public and private domains in the `hosts` directive. For
+
3. Restart the ejabberd server to make the changes take effect:
+
-.(Debian / Ubuntu Xenial / Ubuntu Bionic / Ubuntu Focal) Starting ejabberd
+.(Debian / Ubuntu Bionic / Ubuntu Focal) Starting ejabberd
[source, bash]
---------------------------------------------------------------------------
systemctl start ejabberd.service
# Makefile to install prerequisites for OpenSRF
#
# Currently supports Debian (jessie/stretch) and Ubuntu
-# (xenial/bionic/focal)
+# (bionic/focal)
#
# Installs Perl prereqs, libjs with Perl wrapper
#
# - or -
# make -f Makefile.install debian-jessie
# - or -
-# make -f Makefile.install ubuntu-xenial
-# - or -
# make -f Makefile.install ubuntu-bionic
# - or -
# make -f Makefile.install ubuntu-focal
fedora: install_fedora_rpms
-ubuntu-xenial: generic_ubuntu
ubuntu-bionic: generic_ubuntu
ubuntu-focal: generic_ubuntu
generic_ubuntu: install_debs install_extra_debs install_extra_debs_ubuntu \