Changes for page Docker: Установка Mailcow
Last modified by Алексей Александрович Иванов on 2025/12/11 13:34
From version 1.3
edited by Алексей Александрович Иванов
on 2025/12/11 12:29
on 2025/12/11 12:29
Change comment:
There is no comment for this version
To version 2.1
edited by Алексей Александрович Иванов
on 2025/12/11 13:26
on 2025/12/11 13:26
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -4,23 +4,24 @@ 4 4 5 5 2. apt update apt install docker-compose-plugin 6 6 7 -== Installing mailcow [[¶>>url:https://docs.mailcow.email/getstarted/install/#installing-mailcow]]==7 +== Installing mailcow == 8 8 9 9 1. ((( 10 10 Clone the repository: 11 11 12 -{{{ 13 - }}}12 +{{{su 13 +}}} 14 14 15 -su umask 0022 cd /opt git clone https:~/~/github.com/mailcow/mailcow-dockerized cd mailcow-dockerized 15 +umask 0022 16 + 17 +cd /opt 18 + 19 +git clone https:~/~/github.com/mailcow/mailcow-dockerized cd mailcow-dockerized 16 16 ))) 17 17 1. ((( 18 18 Generate the configuration file: 19 19 20 -{{{ 21 - }}} 22 - 23 -./generate_config.sh 24 +{{{./generate_config.sh}}} 24 24 ))) 25 25 1. ((( 26 26 Adjust the configuration if necessary: ... ... @@ -29,24 +29,16 @@ 29 29 }}} 30 30 31 31 nano mailcow.conf 33 + 34 + 32 32 ))) 33 33 34 ----- 35 - 36 36 == Starting mailcow[[¶>>url:https://docs.mailcow.email/getstarted/install/#starting-mailcow]] == 37 37 38 -Download the images and start the containers: 39 - 40 - 41 -[[Docker Compose (Plugin)>>url:https://docs.mailcow.email/getstarted/install/#__tabbed_1_1]][[Docker Compose (Standalone)>>url:https://docs.mailcow.email/getstarted/install/#__tabbed_1_2]] 42 - 43 -{{{ 44 - }}} 45 - 46 46 docker compose pull docker compose up -d 47 47 41 +You can now access **https:~/~/${MAILCOW_HOSTNAME}/admin** using the default credentials admin and the password moohoo. 48 48 49 49 50 -Done! 51 - 52 -You can now access **https:~/~/${MAILCOW_HOSTNAME}/admin** using the default credentials admin and the password moohoo. 44 +Перенос почтового хранилища rsync -aHAX ~-~-info=progress2 /var/lib/docker/volumes/mailcowdockerized_vmail-vol-1/_data/ /mnt/vmail/vmail_data/ 45 +