I was thinking if I could get liblz4-tool properly installed first, the iRedMail install would work OK.
liblz4-1 is installed already (as v0.0~r131-2ubuntu2) so I tried this:
$ sudo apt remove liblz4-1
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
appstream gnome-software-common libappstream-glib8 libappstream3 libfwupd1 libgcab-1.0-0 libgtkspell3-3-0
libpango1.0-0 libsnapd-glib1 python3-problem-report python3-xkit snap-confine snapd-login-service
ubuntu-core-launcher
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
apport apport-gtk apt apt-transport-https apt-utils aptdaemon command-not-found flashplugin-installer gdebi
gdebi-core gnome-software language-selector-common language-selector-gnome libapt-inst2.0 libapt-pkg5.0 libept1.5.0
liblz4-1 lubuntu-core lubuntu-desktop lubuntu-software-center python-apt python-aptdaemon
python-aptdaemon.gtk3widgets python3-apport python3-apt python3-aptdaemon python3-aptdaemon.gtk3widgets
python3-aptdaemon.pkcompat python3-commandnotfound python3-distupgrade python3-software-properties
python3-update-manager snapd software-properties-common software-properties-gtk squashfs-tools synaptic
system-config-printer-gnome ubuntu-drivers-common ubuntu-minimal ubuntu-release-upgrader-core
ubuntu-release-upgrader-gtk ubuntu-software ubuntu-standard ubuntu-system-service update-manager update-manager-core
update-notifier update-notifier-common
WARNING: The following essential packages will be removed
This should NOT be done unless you know exactly what you are doing!
apt libapt-pkg5.0 (due to apt)
0 to upgrade, 0 to newly install, 49 to remove and 0 not to upgrade.
After this operation, 78.7 MB disk space will be freed.
You are about to do something potentially harmful.
To continue type in the phrase 'Yes, do as I say!'
?] n
Abort.
$
So that looks like liblz4-1 is part of the pseudo-package lubuntu-desktop, and removing it removes lubuntu-desktop.
But liblz4-tool is not part of that pseudo-package, and won't install because of the name problem. But it looks like that is due to the way liblz4-tool is packaged - it should be asking for liblz4-1 (= 0.0~r131-2ubuntu2) but it is in fact asking for liblz4-1 (= 0.0~r131-2).
http://packages.ubuntu.com/xenial/liblz4-tool
Package: liblz4-tool (0.0~r131-2ubuntu2) [universe]
Dependencies:
liblz4-1 (= 0.0~r131-2ubuntu2)
Have I got that right?