Fix ignores
parent
238acd824c
commit
72801a50bf
|
@ -7,4 +7,4 @@ data/dkim/keys/*
|
||||||
!data/dkim/keys/.dkim_priv_keys
|
!data/dkim/keys/.dkim_priv_keys
|
||||||
data/dkim/txt/*
|
data/dkim/txt/*
|
||||||
!data/dkim/txt/.dkim_pub_keys
|
!data/dkim/txt/.dkim_pub_keys
|
||||||
backup*sql
|
backup*
|
||||||
|
|
12
README.md
12
README.md
|
@ -12,7 +12,7 @@ Exposed ports:
|
||||||
| Postfix | 25/tcp, 465/tcp, 587/tcp | 588/tcp |
|
| Postfix | 25/tcp, 465/tcp, 587/tcp | 588/tcp |
|
||||||
| Dovecot | 110/tcp, 143/tcp, 993/tcp, 995/tcp, 4190/tcp | 24/tcp, 10001/tcp |
|
| Dovecot | 110/tcp, 143/tcp, 993/tcp, 995/tcp, 4190/tcp | 24/tcp, 10001/tcp |
|
||||||
| Nginx | 443/tcp | 80/tcp, 8081/tcp |
|
| Nginx | 443/tcp | 80/tcp, 8081/tcp |
|
||||||
| PowerDNS Recursor | 53/udp | |
|
| PowerDNS Recursor | 53/udp | - |
|
||||||
| Rspamd | - | 11333/tcp, 11334/tcp |
|
| Rspamd | - | 11333/tcp, 11334/tcp |
|
||||||
| MariaDB | - | 3306/tcp |
|
| MariaDB | - | 3306/tcp |
|
||||||
| Rmilter | - | 9000/tcp |
|
| Rmilter | - | 9000/tcp |
|
||||||
|
@ -25,14 +25,12 @@ All containers share a network "mailcow-network" (name can be changed, but remov
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
You need Docker. Most systems can install Docker by running the following command:
|
1. You need Docker. Most systems can install Docker by running `wget -qO- https://get.docker.com/ | sh`
|
||||||
```
|
|
||||||
wget -qO- https://get.docker.com/ | sh
|
|
||||||
```
|
|
||||||
|
|
||||||
1. Open mailcow.conf and change stuff, do not use special chars in passwords in this file (will be fixed soon).
|
2. Clone this repository and configure `mailcow.conf`, do not use special chars in passwords in this file (will be fixed soon).
|
||||||
|
It is almost always enough to just change the hostname.
|
||||||
|
|
||||||
2. Run ./build-all.sh
|
3. Run `./build-all.sh` - select `Y` when asked to reset the admin password.
|
||||||
|
|
||||||
Done.
|
Done.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue