Changes for page Docker: Установка Mailcow
Last modified by Алексей Александрович Иванов on 2025/12/11 13:34
From version 1.1
edited by Алексей Александрович Иванов
on 2025/12/11 12:26
on 2025/12/11 12:26
Change comment:
There is no comment for this version
To version 1.4
edited by Алексей Александрович Иванов
on 2025/12/11 13:25
on 2025/12/11 13:25
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,8 +1,44 @@ 1 1 ===== Debian/Ubuntu:[[¶>>url:https://docs.mailcow.email/getstarted/install/#debianubuntu]] ===== 2 2 3 +{{{1. apt update apt install -y git openssl curl gawk coreutils grep jq}}} 4 + 5 +2. apt update apt install docker-compose-plugin 6 + 7 +== Installing mailcow == 8 + 9 +1. ((( 10 +Clone the repository: 11 + 12 +{{{su 13 +}}} 14 + 15 +umask 0022 16 + 17 +cd /opt 18 + 19 +git clone https:~/~/github.com/mailcow/mailcow-dockerized cd mailcow-dockerized 20 +))) 21 +1. ((( 22 +Generate the configuration file: 23 + 24 +{{{./generate_config.sh}}} 25 +))) 26 +1. ((( 27 +Adjust the configuration if necessary: 28 + 3 3 {{{ 4 4 }}} 5 5 6 -a ptupdate aptinstall -y git opensslcurl gawkcoreutils grep jq32 +nano mailcow.conf 7 7 8 -apt update apt install docker-compose-plugin 34 + 35 +))) 36 + 37 +---- 38 + 39 +== Starting mailcow[[¶>>url:https://docs.mailcow.email/getstarted/install/#starting-mailcow]] == 40 + 41 + 42 +docker compose pull docker compose up -d 43 + 44 +You can now access **https:~/~/${MAILCOW_HOSTNAME}/admin** using the default credentials admin and the password moohoo.