Drop IPv6 for travis

This commit is contained in:
Tim Möhlmann
2018-10-25 18:23:42 +03:00
parent a1ac7fc19c
commit 35e0fa1b9d
12 changed files with 18 additions and 72 deletions

View File

@@ -18,12 +18,12 @@
#VERSION=master
# Set to a randomly generated 16 bytes string
SECRET_KEY=QDHY5C0EME3YBI2W
SECRET_KEY=XVDDSWOAGVF5J9QJ
# Address where listening ports should bind
# This variables are now set directly in `docker-compose.yml by the setup utility
# PUBLIC_IPV4= 127.0.0.1 (default: 127.0.0.1)
# PUBLIC_IPV6= ::1 (default: ::1)
# PUBLIC_IPV6= (default: ::1)
# Main mail domain
DOMAIN=mailu.io
@@ -35,7 +35,7 @@ HOSTNAMES=mail.mailu.io
POSTMASTER=admin
# Choose how secure connections will behave (value: letsencrypt, cert, notls, mail, mail-letsencrypt)
TLS_FLAVOR=letsencrypt
TLS_FLAVOR=cert
# Authentication rate limit (per source IP address)
AUTH_RATELIMIT=10/minute;1000/hour