Docker: Установка Mailcow


Debian/Ubuntu:
1. apt update apt install -y git openssl curl gawk coreutils grep jq

2. apt update apt install docker-compose-plugin

Installing mailcow

  1. Clone the repository:

    su
    

    umask 0022

    cd /opt

    git clone https://github.com/mailcow/mailcow-dockerized cd mailcow-dockerized

  2. Generate the configuration file:

    ./generate_config.sh
  3. Adjust the configuration if necessary:

     

    nano mailcow.conf

     


Starting mailcow

docker compose pull docker compose up -d

You can now access https://${MAILCOW_HOSTNAME}/admin using the default credentials admin and the password moohoo.