mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-29 06:18:34 +02:00
Deliver root mail (#952)
* Configure delivery of root's mail to postmaster * Tests for delivery of root mail * add missing email template
This commit is contained in:
parent
39954da78e
commit
ea848eb86f
6 changed files with 26 additions and 7 deletions
|
@ -7,9 +7,9 @@ readme_directory = no
|
|||
|
||||
# Basic configuration
|
||||
# myhostname =
|
||||
alias_maps = texthash:/etc/aliases
|
||||
alias_database = texthash:/etc/aliases
|
||||
mydestination =
|
||||
alias_maps = hash:/etc/aliases
|
||||
alias_database = hash:/etc/aliases
|
||||
mydestination = $myhostname, localhost.$mydomain, localhost
|
||||
relayhost =
|
||||
mynetworks = 127.0.0.0/8 [::1]/128 [fe80::]/64
|
||||
mailbox_size_limit = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue