mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Migrate to bigger Hetzner server
This commit is contained in:
parent
d77f2ef548
commit
86fb8e71c1
32 changed files with 294 additions and 226 deletions
|
|
@ -17,7 +17,7 @@ SECRET_KEY={{mailu_secret_key}}
|
|||
BIND_ADDRESS4=0.0.0.0
|
||||
|
||||
# Subnet of the docker network. This should not conflict with any networks to which your system is connected. (Internal and external!
|
||||
SUBNET=172.22.0.0/16
|
||||
SUBNET=192.168.64.0/20
|
||||
|
||||
# Main mail domain
|
||||
DOMAIN=banditlair.com
|
||||
|
|
@ -64,7 +64,7 @@ MESSAGE_SIZE_LIMIT=50000000
|
|||
|
||||
# Networks granted relay permissions
|
||||
# Use this with care, all hosts in this networks will be able to send mail without authentication!
|
||||
RELAYNETS=172.22.0.0/16
|
||||
RELAYNETS=192.168.64.0/20
|
||||
|
||||
# Will relay all outgoing mails if configured
|
||||
RELAYHOST=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue