Changes to make mailu runable again

This commit is contained in:
Kevin Veen-Birkenbach 2021-04-05 15:42:10 +02:00
parent dfc737dfc8
commit 038b0d3a65
4 changed files with 7 additions and 3 deletions

View File

@ -54,6 +54,12 @@ How to manage users is described here: https://mailu.io/master/cli.html
```bash
docker-compose -p mailu up -d
```
## debug
### mailu_front_1
```bash
sudo docker container exec -it mailu_front_1 /bin/bash
```
## update
For update instructions follow:

View File

@ -28,7 +28,6 @@ services:
driver: json-file
ports:
- "127.0.0.1:{{ http_port }}:80"
- "127.0.0.1:{{ https_port }}:443"
- "{{ ip4_address }}:25:25"
- "{{ ip4_address }}:465:465"
- "{{ ip4_address }}:587:587"

View File

@ -24,7 +24,7 @@ HOSTNAMES={{domain}}
POSTMASTER=admin
# Choose how secure connections will behave (value: letsencrypt, cert, notls, mail, mail-letsencrypt)
TLS_FLAVOR=letsencrypt
TLS_FLAVOR=mail
# Authentication rate limit (per source IP address)
AUTH_RATELIMIT=10/minute;1000/hour

View File

@ -104,7 +104,6 @@
vars:
domain: "mail.{{top_domain}}"
http_port: 8007
https_port: 4431
- name: setup elk hosts
hosts: elk_hosts
become: true