mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Changes to make mailu runable again
This commit is contained in:
@@ -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"
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user