[Postfix] Fix HELO name

This commit is contained in:
andryyy
2020-12-09 14:41:19 +01:00
parent 75da1c6f20
commit 835c4eebb8
2 changed files with 7 additions and 4 deletions

View File

@@ -254,7 +254,7 @@ services:
- dovecot
postfix-mailcow:
image: mailcow/postfix:1.57
image: mailcow/postfix:1.58
depends_on:
- mysql-mailcow
volumes:
@@ -273,6 +273,7 @@ services:
- DBPASS=${DBPASS}
- REDIS_SLAVEOF_IP=${REDIS_SLAVEOF_IP:-}
- REDIS_SLAVEOF_PORT=${REDIS_SLAVEOF_PORT:-}
- MAILCOW_HOSTNAME=${MAILCOW_HOSTNAME}
cap_add:
- NET_BIND_SERVICE
ports: