Docker: Установка Mailcow
Версия 1.3 от Алексей Александрович Иванов на 2025/12/11 12:29
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¶
Clone the repository:
su umask 0022 cd /opt git clone https://github.com/mailcow/mailcow-dockerized cd mailcow-dockerized
Generate the configuration file:
./generate_config.sh
Adjust the configuration if necessary:
nano mailcow.conf
Starting mailcow¶
Download the images and start the containers:
Docker Compose (Plugin)Docker Compose (Standalone)
docker compose pull docker compose up -d
Done!
You can now access https://${MAILCOW_HOSTNAME}/admin using the default credentials admin and the password moohoo.