Changes to make mailu runable again

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

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