02-05-2021



  1. Bitnami Roundcube Stackable
Bitnami roundcube stacks

Bitnami Roundcube Stack 1.4.2-0. This cross-platform stack from Bitnami provides an easy-to-install distribution of the Roundcube s. Jan 22nd 2020, 14:43 GMT. Bitnami Roundcube; 849 downloads; Bitnami Roundcube Module 1.4.2-0. This project provides a module for Bitnami's one-click. Bitnami Roundcube Stack is distributed free of charge. The contents of the download are original and were not modified in any way. Bitnami Roundcube Stack Antivirus-Bericht. Dieser Download ist virenfrei. This file was last analysed by Free Download Manager Lib 16 days ago. Bitnami Documentation IBM Cloud Bitnami Stacks for IBM Cloud Bitnami Roundcube Stack for IBM Cloud Configuration Create a MySQL database and user. Bitnami Roundcube Stack for IBM Cloud Getting started Obtain application and server credentials; Understand the default port configuration.

In addition to my previous article about installing PostfixAdmin, I am now summing up my findings that I picked up along the way of installing Postfix, Dovecot and and Roundcube on my Bitnami LAMP stack.

To get it all working I had to go over a dozen of articles and tutorials, and a few days and some headaches later I was finally able to send and receive mail, although there are still some trust related challenges to overcome.

First and foremost, if you have followed some sort of tutorial, and haven’t got it working, I suggest you start from scratch. But even removing Postfix and Dovecot can be troublesome.

How to remove APT packages completely

When I was trying to remove and reinstall Dovecot I got the following kind of error messages:

What ever I tried, they didn’t stop showing up on a new install. But eventually I found the trick, which is this sequence:

Then finally reinstalling with the following command:

You will see the following kind of messages when it finally works:

Installing Postfix

Basically, there is not much to it, however the configuration of Postfix is where the finetuning goes. First of all execute the following command to install it:

How to install JavaScript dependencies for Roundcube

First of all go to the Roundcube installation folder. If you did it the proper way you have installed Roundcube inside the /opt/bitnami/apps/ folder. After you have cd’ed into it, execute the following command to install all Roundcube JavaScript dependencies:

Bitnami Roundcube Stack

NOTE: We are in the process of modifying the configuration for many Bitnami stacks. On account of these changes, the file paths and commands stated in this guide may change depending on whether your Bitnami stack uses MySQL or MariaDB. To identify which database server is used in your stack, run the command below:

RoundcubeBitnami roundcube stacks

The output of the command indicates which database server (MySQL or MariaDB) is used by the installation, and will allow you to identify which guides to follow in our documentation for common database-related operations.

Log in to the database server using the MySQL client and the correct credentials. Then, follow the steps below to create a new database and user for your applications:

  • Create a new database:

  • Create a new user (only with local access) and grant privileges to this user on the new database.

    If your stack ships MySQL v8.x:

    If your stack ships an older version of MySQL:

    TIP: Check the MySQL version with the command /opt/bitnami/mysql/bin/mysqladmin --version or /opt/bitnami/mysql/bin/mysqld --version

  • Create a new user (with remote access) and grant privileges to this user on the new database.

    If your stack ships MySQL v8.x:

    If your stack ships an older version of MySQL:

  • After modifying the MySQL grant tables, execute the following command in order to apply the changes:

Bitnami Roundcube Stackable

Some applications require specific privileges in the database. Check the MySQL official getting started guide.