mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-03 17:44:49 +02:00
Fixed #15 => $myhostname is taken from machine FQDN (use '-h' in docker to set it)
This commit is contained in:
parent
920ac36bad
commit
725d648708
2 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,7 @@ append_dot_mydomain = no
|
|||
readme_directory = no
|
||||
|
||||
# Basic configuration
|
||||
myhostname = DOCKER_MAIL_DOMAIN
|
||||
# myhostname =
|
||||
alias_maps = hash:/etc/aliases
|
||||
alias_database = hash:/etc/aliases
|
||||
mydestination = localhost.localdomain, localhost
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue