[Postfix] Fix HELO name
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user