Ubuntu 20.04 Mailboxd with Zimbra ZExtrad 9 not working after apt update

Ask questions about your setup or get help installing ZCS server (ZD section below).
Post Reply
alextonio104
Posts: 7
Joined: Wed Nov 18, 2020 6:43 am

Ubuntu 20.04 Mailboxd with Zimbra ZExtrad 9 not working after apt update

Post by alextonio104 »

Hi,

My Zimbra ZExtras is not working after a apt-get update, version:

Code: Select all

Release 9.0.0.ZEXTRAS.20220402.UBUNTU20.64 UBUNTU20_64 FOSS edition.
The mailboxd is not running and I tried the solutions posted for CentOS 7 and Ubuntu 18.04 but I cannot reproduce it in Ubuntu 20, because I have this problem with the zimbra-core-components:

Code: Select all

The following packages have unmet dependencies:
 zimbra-core-components : Depends: zimbra-osl (>= 2.0.0-1zimbra9.0b1.20.04) but 1.0.9-1zimbra8.7b1.20.04 is to be installed
Thanks in advance.
alextonio104
Posts: 7
Joined: Wed Nov 18, 2020 6:43 am

Re: Ubuntu 20.04 Mailboxd with Zimbra ZExtrad 9 not working after apt update

Post by alextonio104 »

For those who have this issue, I found the solution for Ubuntu 20.04, these are the steps:

Code: Select all

su - zimbra
zmcontrol stop
1. Comment the 4 lines of /etc/apt/source.list.d/zimbra.list

2. Remove these packets.

Code: Select all

sudo apt-get remove zimbra-openjdk zimbra-jetty-distribution zimbra-core-components zimbra-ldap-components
3.

Code: Select all

sudo apt clean all 
sudo apt-get update

4. Uncomment the three first lines of /etc/apt/source.list.d/zimbra.list, so, the deb-source will be the only one commented.

5.

Code: Select all

sudo apt-get update
6. Install these versions of the packets

Code: Select all

sudo apt-get install zimbra-openjdk=13.0.1-1zimbra8.8b1.20.04 zimbra-core-components=3.0.11-1zimbra8.8b1.20.04 zimbra-jetty-distribution=9.4.18.v20190429-2.u20 zimbra-ldap-components=2.0.5-1zimbra8.8b1.20.04
7.

Code: Select all

su - zimbra
zmcontrol start

Worked for me on three different servers.
Post Reply