mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 20:51:07 +01:00
Changes to make mailu runable again
This commit is contained in:
parent
dfc737dfc8
commit
038b0d3a65
@ -54,6 +54,12 @@ How to manage users is described here: https://mailu.io/master/cli.html
|
|||||||
```bash
|
```bash
|
||||||
docker-compose -p mailu up -d
|
docker-compose -p mailu up -d
|
||||||
```
|
```
|
||||||
|
## debug
|
||||||
|
### mailu_front_1
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo docker container exec -it mailu_front_1 /bin/bash
|
||||||
|
```
|
||||||
|
|
||||||
## update
|
## update
|
||||||
For update instructions follow:
|
For update instructions follow:
|
||||||
|
@ -28,7 +28,6 @@ services:
|
|||||||
driver: json-file
|
driver: json-file
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:{{ http_port }}:80"
|
- "127.0.0.1:{{ http_port }}:80"
|
||||||
- "127.0.0.1:{{ https_port }}:443"
|
|
||||||
- "{{ ip4_address }}:25:25"
|
- "{{ ip4_address }}:25:25"
|
||||||
- "{{ ip4_address }}:465:465"
|
- "{{ ip4_address }}:465:465"
|
||||||
- "{{ ip4_address }}:587:587"
|
- "{{ ip4_address }}:587:587"
|
||||||
|
@ -24,7 +24,7 @@ HOSTNAMES={{domain}}
|
|||||||
POSTMASTER=admin
|
POSTMASTER=admin
|
||||||
|
|
||||||
# Choose how secure connections will behave (value: letsencrypt, cert, notls, mail, mail-letsencrypt)
|
# 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)
|
# Authentication rate limit (per source IP address)
|
||||||
AUTH_RATELIMIT=10/minute;1000/hour
|
AUTH_RATELIMIT=10/minute;1000/hour
|
||||||
|
Loading…
Reference in New Issue
Block a user